Changeset 680 for trunk/yat/utility/CommandLine.h
- Timestamp:
- Oct 11, 2006, 7:49:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/CommandLine.h
r679 r680 1 #ifndef _theplu_ utility_commandline_2 #define _theplu_ utility_commandline_1 #ifndef _theplu_yat_utility_commandline_ 2 #define _theplu_yat_utility_commandline_ 3 3 4 4 //$Id$ … … 35 35 36 36 namespace theplu { 37 namespace yat { 37 38 namespace utility { 38 39 … … 248 249 std::list<Option*> options_; 249 250 std::vector<std::string> arguments_; 250 251 251 }; 252 252 253 253 254 }} // end of namespace utility and namespace theplu 255 256 #endif 257 258 259 260 254 }}} // end of namespace utility, yat and theplu 255 256 #endif
Note: See TracChangeset
for help on using the changeset viewer.