Changeset 2975 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc
- Timestamp:
- Jun 20, 2006, 6:04:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nobjmgr.cc
r2933 r2975 1248 1248 1249 1249 /* --Methode-- */ 1250 void NamedObjMgr::PrintObj(string& nom )1250 void NamedObjMgr::PrintObj(string& nom, int lev) 1251 1251 { 1252 1252 ZSync zs(*myMutex); zs.NOp(); … … 1261 1261 string ctyp = typeid(*ob).name(); 1262 1262 cout << "NamedObjMgr::PrintObj(" << nom << ") Type: " << ctyp << endl; 1263 obja->Print(cout );1263 obja->Print(cout, lev); 1264 1264 1265 1265 return;
Note:
See TracChangeset
for help on using the changeset viewer.