Changeset 2220 in Sophya for trunk/ArchTOIPipe
- Timestamp:
- Oct 23, 2002, 11:05:19 PM (23 years ago)
- Location:
- trunk/ArchTOIPipe
- Files:
-
- 8 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toimanager.cc
r2204 r2220 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toimanager.cc,v 1.1 8 2002-10-06 15:18:17aubourg Exp $5 // $Id: toimanager.cc,v 1.19 2002-10-23 21:05:18 aubourg Exp $ 6 6 7 7 #include "toimanager.h" … … 158 158 159 159 // methode connect de cgt simplifiee et corrigee 160 TOI& TOIManager::connect(TOIProcessor& prout, string &out,161 TOIProcessor& prin, string &in, string nom, int wbsz, bool withFlag)160 TOI& TOIManager::connect(TOIProcessor& prout, string out, 161 TOIProcessor& prin, string in, string nom, int wbsz, bool withFlag) 162 162 { 163 163 TOI* toi; -
trunk/ArchTOIPipe/Kernel/toimanager.h
r2187 r2220 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toimanager.h,v 1.1 5 2002-09-09 15:33:15aubourg Exp $7 // $Id: toimanager.h,v 1.16 2002-10-23 21:05:18 aubourg Exp $ 8 8 9 9 … … 61 61 void selectTOISeqBuffered(int wsz=8192); 62 62 63 virtual TOI& connect(TOIProcessor& prout, string &out,64 TOIProcessor& prin, string &in, string nom="",63 virtual TOI& connect(TOIProcessor& prout, string out, 64 TOIProcessor& prin, string in, string nom="", 65 65 int wbsz=0, bool withFlag=false); 66 66 virtual TOI& connect(TOIProcessor& prout, const char* out,
Note:
See TracChangeset
for help on using the changeset viewer.