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


Ignore:
Timestamp:
Oct 21, 1999, 8:58:45 PM (26 years ago)
Author:
ercodmgr
Message:

Portage -> DPPlanck , Reza+cmv 21/10/99

File:
1 edited

Legend:

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

    r454 r495  
    330330  mCons->AddStr(s2.c_str(), PIVA_Blue, true);
    331331  SetBusy();
     332#ifdef SANS_EVOLPLANCK
    332333  TRY {
    333334    mCmd->Interpret(s);
     
    337338    cerr << endl;
    338339    string es = PeidaExc(merr);
    339     cerr << "PIStdImgApp::Process()/ Cmd->Do() Exception :" << es << " (" << merr << ")" << endl ;   
    340   }
    341 
     340    cerr << "PIStdImgApp::Process()/ Cmd->Do() Exception :" << es << " (" << merr << ")" << endl ;
     341    }
     342#else
     343  try {
     344    mCmd->Interpret(s);
     345    } 
     346  catch ( PException exc ) {
     347    fflush(stdout);
     348    cout << endl;
     349    cerr << endl;
     350    cerr << "PIStdImgApp::Process()/ Cmd->Interpret()  Exception :" << exc.Msg() << endl;
     351  }
     352#endif
    342353  SetReady();
    343354  }
Note: See TracChangeset for help on using the changeset viewer.