Changeset 492 in Sophya for trunk/Poubelle/PIext/nobjmgr.cc
- Timestamp:
- Oct 21, 1999, 5:28:45 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/PIext/nobjmgr.cc
r223 r492 298 298 TRY{ 299 299 PInPersist pis(flnm); 300 obj = PPersistMgr::ReadObject(pis); 300 // obj = PPersistMgr::ReadObject(pis); 301 obj = pis.ReadObject(); 301 302 if (obj == NULL) ok = false; 302 } CATCH(merr)303 { printf("NamedObjMgr::ReadObj()/Error Exception= % ld (%s)\n",304 (long)merr, PeidaExc(merr)); ok = false; } ENDTRY;303 } catch(PThrowable pex) 304 { printf("NamedObjMgr::ReadObj()/Error Exception= %s \n", 305 pex.Msg().c_str()); ok = false; } ENDTRY; 305 306 306 307 if (!ok) return;
Note:
See TracChangeset
for help on using the changeset viewer.