Changeset 1319 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc


Ignore:
Timestamp:
Nov 10, 2000, 2:30:10 PM (25 years ago)
Author:
ercodmgr
Message:

Amelioration cxxexecutor - Reza , 10/11/2000

File:
1 edited

Legend:

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

    r1276 r1319  
    12521252}
    12531253
     1254/* --Methode-- */
     1255int Services2NObjMgr::ExecuteCommand(string line)
     1256{
     1257  if (mImgapp == NULL) return(99);
     1258  return(mImgapp->CmdInterpreter()->Interpret(line));
     1259}
     1260
    12541261// Fonction static
    12551262/* --Methode-- */
Note: See TracChangeset for help on using the changeset viewer.