This commit is contained in:
zolliker
2004-11-18 07:45:19 +00:00
parent 79a938effd
commit 8fe7692f53

23
exeman.i Normal file
View File

@ -0,0 +1,23 @@
#line 174 "exe.w"
/*-------------------------------------------------------------------
Internal header file for the exe manager module. Do not edit. This
is automatically generated from exe.w
-------------------------------------------------------------------*/
#line 138 "exe.w"
typedef struct __EXEMAN{
pObjectDescriptor pDes;
pICallBack pCall;
char *sysPath;
char *batchPath;
pDynar exeStack;
int exeStackPtr;
int runList;
pExeBuf uploadBuffer;
}ExeMan, *pExeMan;
#line 179 "exe.w"