Changeset 335 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc
- Timestamp:
- Jul 12, 1999, 1:53:31 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nobjmgr.cc
r333 r335 350 350 else { // On met l'ancien objet dans /old 351 351 string on,od; 352 ParseObjectName((*it).first, od, on);352 // ParseObjectName((*it).first, od, on); 353 353 sprintf(buff, "%d", (*it).second.oid); 354 string nomnew = "/old/" + on+ buff;354 string nomnew = "/old/" + nobj + buff; 355 355 RenameObj(nom, nomnew); 356 356 }
Note:
See TracChangeset
for help on using the changeset viewer.