Changeset 380 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc


Ignore:
Timestamp:
Aug 10, 1999, 2:50:41 PM (26 years ago)
Author:
ercodmgr
Message:

changements mineurs pour compil mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nobjmgr.cc

    r374 r380  
    343343if ( !CheckDirName(dirname) ) {
    344344  cout << "NamedObjMgr::CleanDir( " << dirname << ") Error - Invalid name !" << endl;
     345 // return(false);  $CHECK$ illegal return value in void function
    345346  }
    346347NObjDirList::iterator itr = myDirs->find(dirname);
    347348if (itr == myDirs->end()) {
    348349  cout << "NamedObjMgr::CleanDir( " << dirname << ") Error - No such directory !" << endl;
     350 // return(false);  $CHECK$ illegal return value in void function
    349351  }
    350352
     
    683685void NamedObjMgr::ReadObj(PInPersist& s, int num)
    684686{
    685 int i, cid, key, ln;
     687int_4 i, cid, key, ln; // $CHECK$ int -> int_4 a cause de TagKey
    686688int n0, n1;
    687689bool ok = true;
Note: See TracChangeset for help on using the changeset viewer.