Changeset 1617 in Sophya for trunk


Ignore:
Timestamp:
Aug 1, 2001, 7:32:33 PM (24 years ago)
Author:
cmv
Message:

corr. bug c++import Samba cmv 1/8/01

File:
1 edited

Legend:

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

    r1607 r1617  
    801801if(mModuleImportList.size()>0)
    802802  for(uint_4 i=0;i<mModuleImportList.size();i++) {
    803     if(     mModuleImportList[i]=="Samba")  mIncImportList.push_back("samba.h");
     803    if(     mModuleImportList[i]=="Samba")  {
     804      mIncImportList.push_back("skymap.h");
     805      mIncImportList.push_back("samba.h");
     806    }
    804807    else if(mModuleImportList[i]=="SkyMap") mIncImportList.push_back("skymap.h");
    805808    else if(mModuleImportList[i]=="SkyT") mIncImportList.push_back("skyt.h");
Note: See TracChangeset for help on using the changeset viewer.