Changeset 2187 in Sophya for trunk/ArchTOIPipe/Kernel/cgt.h
- Timestamp:
- Sep 9, 2002, 5:33:16 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/cgt.h
r2000 r2187 29 29 inline void SetDebugLevel(int lev=0) {dbgLevel = lev; } 30 30 31 virtual TOI& Connect(TOIProcessor& prout, string &out,32 TOIProcessor& prin, string &in, string nom="",31 virtual TOI& Connect(TOIProcessor& prout, string out, 32 TOIProcessor& prin, string in, string nom="", 33 33 int wbsz=0, bool withFlag=false); 34 34 virtual TOI& Connect(TOIProcessor& prout, const char* out,
Note:
See TracChangeset
for help on using the changeset viewer.