Changeset 449 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc


Ignore:
Timestamp:
Oct 1, 1999, 3:47:18 PM (26 years ago)
Author:
ercodmgr
Message:

Fin lecture NtupleASCII, amelioration/niveau de print ds NamedObjMgr Reza 1/10/99

File:
1 edited

Legend:

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

    r440 r449  
    101101m[5]->AppendCheckItem("Catch SigFPE", 10603);
    102102m[5]->AppendCheckItem("Catch SigSEGV", 10604);
     103m[5]->AppendCheckItem("ObjMgr Verb", 10605);
    103104
    104105m[6] = new PIMenu(Menubar(),"Modules");
     
    150151mObjMgr = new NamedObjMgr;
    151152mCmd = new PIACmd(mObjMgr, this);
     153
     154// Pas trop de message de la part de NamedObjMgr
     155m[5]->SetStateMsg(10605, false);
     156mObjMgr->SetVerbose(false);
    152157
    153158char* varenv;
     
    12111216    CatchSignals(m[5]->GetStateMsg(10603), m[5]->GetStateMsg(10604));
    12121217    break;
     1218  case 10605:
     1219    mObjMgr->SetVerbose(m[5]->GetStateMsg(10605));
     1220    break;
    12131221  default:
    12141222    cerr << "PIStdImgApp::MBProcess6() BUG?? Msg= " <<  msg << endl;   
Note: See TracChangeset for help on using the changeset viewer.