Changeset 7175 in orxonox.OLD for branches/shared_lib/src/util
- Timestamp:
- Feb 21, 2006, 11:20:53 PM (19 years ago)
- Location:
- branches/shared_lib/src/util/loading
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/shared_lib/src/util/loading/dynamic_loader.cc
r7174 r7175 113 113 } 114 114 115 bool DynamicLoader::addSearchDirInLibDir(const char* relSearchDir) 116 { 117 118 } 119 115 120 116 121 const char* DynamicLoader::getSearchDir() -
branches/shared_lib/src/util/loading/dynamic_loader.h
r7174 r7175 28 28 static void addSearchDir(const char* searchDir); 29 29 static bool addSearchDirRelative(const char* relSearchDir); 30 static bool addSearchDirInLibDir(const char* relSearchDir); 30 31 static const char* getSearchDir(); 31 32
Note: See TracChangeset
for help on using the changeset viewer.