- Timestamp:
- Aug 1, 2001, 7:32:33 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecutor.cc
r1607 r1617 801 801 if(mModuleImportList.size()>0) 802 802 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 } 804 807 else if(mModuleImportList[i]=="SkyMap") mIncImportList.push_back("skymap.h"); 805 808 else if(mModuleImportList[i]=="SkyT") mIncImportList.push_back("skyt.h");
Note:
See TracChangeset
for help on using the changeset viewer.