Changeset 1237 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.h


Ignore:
Timestamp:
Oct 18, 2000, 8:12:00 PM (25 years ago)
Author:
ercodmgr
Message:
  • DataType -> DataTypeInfo
  • modifs cxxexecutor pour

nom de variable: var -> $var
pour #include "cxx_spiapp.h"

cmv 18/10/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/cxxexecutor.h

    r1230 r1237  
    11// This may look like C code, but it is really -*- C++ -*-
    2 // Classe CxxExecutor  : Dynmamic C++ compile/execution in piapp
     2// Classe CxxExecutor  : Dynamic C++ compile/execution in piapp
    33// (c) DAPNIA (CEA)                 LAL (IN2P3/CNRS)
    44//                           C. Magneville  10/2000
     
    3030       void PutObject(ofstream& os);
    3131       void PutVar(ofstream& os);
    32        void PutUserCode(ofstream& os);
    3332
    3433  int  FillUserCode(vector<string>& usercode,uint_4 first);
     
    6261
    6362private:
     63  string mUserCodeFn;
    6464  string mCompOpt;
    6565  string mLinkOpt;
    6666  string mMyLibs;
    67   vector<string> mUserCode;
    6867  vector<string> mIncList;
    6968  vector<string> mCallArgs;
Note: See TracChangeset for help on using the changeset viewer.