Changeset 2616 in Sophya for trunk/SophyaPI/PIext


Ignore:
Timestamp:
Sep 10, 2004, 3:26:00 PM (21 years ago)
Author:
ansari
Message:

Ajout include sopnamsp.h (using namespace SOPHYA) ds le code c++ genere automatiquement par piapp lors de c++exec c++execfrf - Reza 10/09/2004

File:
1 edited

Legend:

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

    r2615 r2616  
    365365  <<"#include \"toutpeida.h\""<<endl
    366366#else
     367  // Si on enleve sopnamsp.h (using namespace SOPHYA), il faudra accoler
     368  // SOPHYA:: à toutes les déclarations automatiques - Reza, 10/09/2004
    367369  <<"//---- Sophya include files"<<endl
     370  <<"#include \"sopnamsp.h\""<<endl  // using namespace SOPHYA
    368371  <<"#include \"basetools.h\""<<endl
    369372  <<"#include \"systools.h\""<<endl
Note: See TracChangeset for help on using the changeset viewer.