Changeset 171 in Sophya for trunk/SophyaPI/PIext/piacmd.h
- Timestamp:
- Dec 21, 1998, 9:49:55 AM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.h
r165 r171 16 16 #include <map.h> 17 17 #endif 18 19 #include "pdlmgr.h" 18 20 19 21 #include "ctimer.h" … … 50 52 // typedef map<string, DlUserProcFunction, less<string> > UsFmap; 51 53 typedef map<string, DlFunction, less<string> > UsFmap; 52 void *dlhandle; // Pour le link dynamique54 PDynLinkMgr* dynlink; 53 55 UsFmap usfmap; 54 string TmpDir; // Repertoire pour les compilations / link dynamique55 56 56 57 57 };
Note:
See TracChangeset
for help on using the changeset viewer.