- Timestamp:
- Mar 30, 2011, 9:36:02 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110213/ippToPsps/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
InitBatch.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ippToPsps/src
- Property svn:ignore
-
old new 9 9 config.h.in 10 10 stamp-h1 11 ippToPspsVersionDefinitions.h 11 VersionDefinitions.h 12 detectionbatch 13 initbatch 14 stackbatch 15
-
- Property svn:ignore
-
branches/eam_branches/ipp-20110213/ippToPsps/src/InitBatch.h
r30147 r31083 24 24 // methods 25 25 void (*print)(); 26 27 // destructor 26 28 void (*destroy)(); 27 29 28 30 } InitBatch; 29 31 30 InitBatch *new_InitBatch(int *argc, char **argv); 32 // constructor 33 InitBatch *new_InitBatch(Logger *logger, int *argc, char **argv); 31 34 32 35 # endif // IPPTOPSPS_INITBATCH_H
Note:
See TracChangeset
for help on using the changeset viewer.
