[Anet-checkins] CVS: ANet/ANet_Daemon/Common Modules.h,1.2,1.3
Status: Abandoned
Brought to you by:
benad
From: Benoit N. <be...@us...> - 2001-10-27 15:44:17
|
Update of /cvsroot/anet/ANet/ANet_Daemon/Common In directory usw-pr-cvs1:/tmp/cvs-serv1025/Common Modified Files: Modules.h Log Message: "" Index: Modules.h =================================================================== RCS file: /cvsroot/anet/ANet/ANet_Daemon/Common/Modules.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Modules.h 2001/10/14 23:16:35 1.2 --- Modules.h 2001/10/27 15:44:14 1.3 *************** *** 48,52 **** kBandwidthManagerMain = 10, //ANetBandwidthManagerMainFuncPtr ! kCoreModuleMain = 11 //ANetCoreModuleMainFuncPtr }; --- 48,56 ---- kBandwidthManagerMain = 10, //ANetBandwidthManagerMainFuncPtr ! kCoreModuleMain = 11, //ANetCoreModuleMainFuncPtr ! ! kStubMain = 50, //ANetStubMainFuncPtr ! kStubFunc1 = 51, //ANetStubFunc1Ptr ! kStubFunc2 = 52 //ANetStubFunc2Ptr }; *************** *** 107,110 **** --- 111,118 ---- ANetMemoryTag commands); // Output buffers are in the parsed XML. + + typedef UInt32(*ANetStubMainFuncPtr)(UInt32 val); + typedef UInt32(*ANetStubFunc1Ptr)(UInt32 val); + typedef UInt32(*ANetStubFunc2Ptr)(UInt32 val); ANetMemoryTag ANetGetGlobals(); |