Changeset 2000 in Sophya for trunk/ArchTOIPipe/Kernel/cgt.h
- Timestamp:
- May 14, 2002, 3:06:58 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/cgt.h
r1994 r2000 30 30 31 31 virtual TOI& Connect(TOIProcessor& prout, string& out, 32 TOIProcessor& prin, string& in, string nom="", int wbsz=0); 32 TOIProcessor& prin, string& in, string nom="", 33 int wbsz=0, bool withFlag=false); 33 34 virtual TOI& Connect(TOIProcessor& prout, const char* out, 34 TOIProcessor& prin, const char* in, string nom="", int wbsz=0); 35 TOIProcessor& prin, const char* in, string nom="", 36 int wbsz=0, bool withFlag=false); 35 37 36 38 virtual void ListProcs(::ostream& os, bool prstat=false); // const plus tard
Note:
See TracChangeset
for help on using the changeset viewer.