Changeset 1828 in Sophya for trunk/SophyaPI/PIext/piacmd.cc


Ignore:
Timestamp:
Dec 19, 2001, 6:53:12 PM (24 years ago)
Author:
perderos
Message:

Ajout du command executor pour trace de contour - Olivier 19/12/2001

File:
1 edited

Legend:

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

    r1570 r1828  
    1717#include "cxxexecutor.h"
    1818#include "cxxexecwin.h"
     19#include "contmodex.h"
    1920
    2021#include PISTDWDG_H
     
    333334CxxExecutor * cxxe = new CxxExecutor(this, app);
    334335cxxexec = cxxe;
     336
     337ContModExecutor *cntxx = new ContModExecutor(this, app);//_OP_
     338cntexec = cntxx; //_OP_
     339
    335340cxxoptwin = new  CxxOptionWind(app, cxxe);
    336341cxxexwin  = new  CxxExecWind(app, cxxe);
Note: See TracChangeset for help on using the changeset viewer.