Changeset 3323 for code/trunk/src/core/Core.cc
- Timestamp:
- Jul 19, 2009, 3:11:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/Core.cc
r3280 r3323 229 229 230 230 231 Core::Core( int argc, char** argv)231 Core::Core(const std::string& cmdLine) 232 232 { 233 233 if (singletonRef_s != 0) … … 242 242 243 243 // Parse command line arguments first 244 CommandLine::parseCommandLine( argc, argv);244 CommandLine::parseCommandLine(cmdLine); 245 245 246 246 // Determine and set the location of the executable
Note: See TracChangeset
for help on using the changeset viewer.