[Anet-checkins] CVS: ANet/ANet_Daemon/Common Files.h,1.1,1.2 Memory.h,1.1,1.2 Modules.h,1.1,1.2 Pack
Status: Abandoned
Brought to you by:
benad
From: Benoit N. <be...@us...> - 2001-10-14 23:16:38
|
Update of /cvsroot/anet/ANet/ANet_Daemon/Common In directory usw-pr-cvs1:/tmp/cvs-serv9103 Modified Files: Files.h Memory.h Modules.h Packets.h Utilities.h XMLCommon.h Log Message: "" Index: Files.h =================================================================== RCS file: /cvsroot/anet/ANet/ANet_Daemon/Common/Files.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Files.h 2001/10/14 23:02:05 1.1 --- Files.h 2001/10/14 23:16:35 1.2 *************** *** 1,5 **** /****************************************************************** ! ANet_Deamon/Common/Memory.h ! Declarations for memory management in the ANet deamon. Part of the run-time wrapper of the ANet project. --- 1,5 ---- /****************************************************************** ! ANet_Daemon/Common/Files.h ! Declarations for file management in the ANet deamon. Part of the run-time wrapper of the ANet project. Index: Memory.h =================================================================== RCS file: /cvsroot/anet/ANet/ANet_Daemon/Common/Memory.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Memory.h 2001/10/13 21:53:12 1.1 --- Memory.h 2001/10/14 23:16:35 1.2 *************** *** 1,4 **** /****************************************************************** ! ANet_Deamon/Common/Memory.h Declarations for memory management in the ANet deamon. --- 1,4 ---- /****************************************************************** ! ANet_Daemon/Common/Memory.h Declarations for memory management in the ANet deamon. *************** *** 18,20 **** UInt32 ResolveMemoryTag(ANetMemoryTag tag, UInt8 **ptr); ! #endif \ No newline at end of file --- 18,20 ---- UInt32 ResolveMemoryTag(ANetMemoryTag tag, UInt8 **ptr); ! #endif Index: Modules.h =================================================================== RCS file: /cvsroot/anet/ANet/ANet_Daemon/Common/Modules.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Modules.h 2001/10/13 21:53:12 1.1 --- Modules.h 2001/10/14 23:16:35 1.2 *************** *** 1,4 **** /****************************************************************** ! ANet_Deamon/Common/Modules.h Declarations necessary to allow module linking. --- 1,4 ---- /****************************************************************** ! ANet_Daemon/Common/Modules.h Declarations necessary to allow module linking. Index: Packets.h =================================================================== RCS file: /cvsroot/anet/ANet/ANet_Daemon/Common/Packets.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Packets.h 2001/10/13 21:53:12 1.1 --- Packets.h 2001/10/14 23:16:35 1.2 *************** *** 1,4 **** /****************************************************************** ! ANet_Deamon/Common/Memory.h Utility functions for AIPs and commands in the ANet deamon. --- 1,4 ---- /****************************************************************** ! ANet_Daemon/Common/Memory.h Utility functions for AIPs and commands in the ANet deamon. *************** *** 72,74 **** ! #endif \ No newline at end of file --- 72,74 ---- ! #endif Index: Utilities.h =================================================================== RCS file: /cvsroot/anet/ANet/ANet_Daemon/Common/Utilities.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Utilities.h 2001/10/13 21:53:12 1.1 --- Utilities.h 2001/10/14 23:16:35 1.2 *************** *** 1,4 **** /****************************************************************** ! ANet_Deamon/Common/Utilities.h Miscellaneous utility functions for modules in the ANet deamon. --- 1,4 ---- /****************************************************************** ! ANet_Daemon/Common/Utilities.h Miscellaneous utility functions for modules in the ANet deamon. Index: XMLCommon.h =================================================================== RCS file: /cvsroot/anet/ANet/ANet_Daemon/Common/XMLCommon.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** XMLCommon.h 2001/10/13 22:07:34 1.2 --- XMLCommon.h 2001/10/14 23:16:35 1.3 *************** *** 1,4 **** /****************************************************************** ! ANet_Deamon/Common/XMLCommon.h XML accessor functions --- 1,4 ---- /****************************************************************** ! ANet_Daemon/Common/XMLCommon.h XML accessor functions |