[Anet-checkins] CVS: ANet/ANet_Daemon/Core ModuleLoader.c,1.2,1.3
Status: Abandoned
Brought to you by:
benad
From: Benoit N. <be...@us...> - 2001-11-07 21:31:57
|
Update of /cvsroot/anet/ANet/ANet_Daemon/Core In directory usw-pr-cvs1:/tmp/cvs-serv13260 Modified Files: ModuleLoader.c Log Message: "" Index: ModuleLoader.c =================================================================== RCS file: /cvsroot/anet/ANet/ANet_Daemon/Core/ModuleLoader.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ModuleLoader.c 2001/11/07 21:26:10 1.2 --- ModuleLoader.c 2001/11/07 21:31:54 1.3 *************** *** 31,33 **** //store info in list } ! UInt32 ANetAddModuleName(ANetModuleInfo *modInfo, char *moduleName) { // TO use the madule structure. } UInt32 ANetAddFunctionMap(ANetModuleInfo *modInfo, ANetFunctionMap *funcMap) { // I am not sure as yet. } \ No newline at end of file --- 31,43 ---- //store info in list } ! ! UInt32 ANetAddModuleName(ANetModuleInfo *modInfo, char *moduleName) ! { ! // TO use the madule structure. ! } ! ! ! UInt32 ANetAddFunctionMap(ANetModuleInfo *modInfo, ANetFunctionMap *funcMap) ! { ! // I am not sure as yet. ! } |