Changeset 2944 in Sophya for trunk/SophyaPI/PIext/basexecut.cc


Ignore:
Timestamp:
Apr 26, 2006, 5:47:13 PM (19 years ago)
Author:
ansari
Message:

1- Correction/Amelioration gestion code de retour (Rc) ds les
CmdExecutor (basexecut.cc cxxexecutor.cc) - pour c++exec en particulier
2- ajout flag fgsmall (constructeur PIStdImgApp) pour petite fenetre
principale

Reza , 26/04/2006

File:
1 edited

Legend:

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

    r2933 r2944  
    109109    tokens.erase(tokens.begin());
    110110    fuf(tokens);
     111    return(0);
    111112  }
    112113  catch ( PThrowable & exc ) {
     
    114115         << (string)typeid(exc).name() << " Msg= "
    115116         << exc.Msg() << endl;
    116     cout << endl;
     117    return(-77);
    117118  }
    118119  catch ( ... ) {
    119120    cerr << "\n PIABaseExecutor: Call / Catched Exception ... "
    120121         << endl;
    121     cout << endl;
     122    return(-79);
    122123  }
    123124#endif
Note: See TracChangeset for help on using the changeset viewer.