Release 32

git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@70 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
geby
2008-04-24 07:25:18 +00:00
parent 7960ad4609
commit 02ab154a09
27 changed files with 4012 additions and 683 deletions

View File

@@ -1,5 +1,5 @@
{==============================================================================|
| Project : Delphree - Synapse | 001.001.004 |
| Project : Ararat Synapse | 001.001.006 |
|==============================================================================|
| Content: SysLog client |
|==============================================================================|
@@ -44,15 +44,19 @@
// RFC-3164
{$IFDEF FPC}
{$MODE DELPHI}
{$ENDIF}
{$Q-}
{$H+}
unit SLogSend;
unit slogsend;
interface
uses
SysUtils, Classes,
blcksock, SynaUtil;
blcksock, synautil;
const
cSysLogProtocol = '514';