Changeset 171 in Sophya for trunk/SophyaPI/PIext/piacmd.h


Ignore:
Timestamp:
Dec 21, 1998, 9:49:55 AM (27 years ago)
Author:
ercodmgr
Message:

Adaptation a PDynLinkMgr Reza 21/12/98

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/piacmd.h

    r165 r171  
    1616#include <map.h>
    1717#endif
     18
     19#include "pdlmgr.h"
    1820
    1921#include "ctimer.h"
     
    5052// typedef map<string, DlUserProcFunction, less<string> > UsFmap;
    5153typedef map<string, DlFunction, less<string> > UsFmap;
    52   void *dlhandle;      // Pour le link dynamique
     54  PDynLinkMgr* dynlink;
    5355  UsFmap usfmap;
    54   string TmpDir;       // Repertoire pour les compilations / link dynamique
    55 
    5656
    5757};
Note: See TracChangeset for help on using the changeset viewer.