Changeset 680 for trunk/yat/utility/Option.h
- Timestamp:
- Oct 11, 2006, 7:49:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Option.h
r675 r680 1 #ifndef _theplu_ utility_option_2 #define _theplu_ utility_option_1 #ifndef _theplu_yat_utility_option_ 2 #define _theplu_yat_utility_option_ 3 3 4 4 // $Id$ … … 27 27 #include <string> 28 28 29 30 29 namespace theplu { 30 namespace yat { 31 31 namespace utility { 32 32 … … 107 107 }; 108 108 109 110 111 112 } // end of namespace utility 113 } // end of namespace theplu 109 }}} // of namespace utility, yat and theplu 114 110 115 111 #endif
Note: See TracChangeset
for help on using the changeset viewer.