home *** CD-ROM | disk | FTP | other *** search
- {
- (C) Paul Alan Freshney 2006
- (Based on an Indy Client Demo)
-
- Last Modified: January 29th 2006
-
- This code is free to use as you wish. Please do not distribute this code without
- authorisation from myself. You are free to distribute versions of CerberusNET as
- you wish as long as you link to "www.paulalanfreshney.com/cerberus" somewhere
- within the application!
-
- 35
- }
-
- unit utility;
-
- interface
-
- type
- TCNETPreferences = record
- CHost : string;
- CPort : integer;
- CRefresh : integer;
- end;
-
- const
- CNET_Date : string = 'Jan 29 2006';
- CNET_Version : string = 'v1.0';
-
- var
- CNETPreferenes : TCNETPreferences;
-
- implementation
-
- end.
-