Changeset 113 for cpp/frams/param
- Timestamp:
- 01/26/14 05:47:49 (11 years ago)
- Location:
- cpp/frams/param
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/multiparamload.cpp
r109 r113 126 126 { 127 127 SString filename(t+1,t2-t-1); 128 include (filename);128 includeFile(filename); 129 129 } 130 130 else … … 181 181 } 182 182 183 void MultiParamLoader::include (SString& filename)183 void MultiParamLoader::includeFile(SString& filename) 184 184 { 185 185 const char* thisfilename=file->VgetPath(); -
cpp/frams/param/multiparamload.h
r109 r113 133 133 int run(); 134 134 135 void include (SString& filename);135 void includeFile(SString& filename); 136 136 bool returnFromIncluded(); 137 137 bool alreadyIncluded(const char* filename);
Note: See TracChangeset
for help on using the changeset viewer.