Ignore:
Timestamp:
Oct 11, 2006, 7:49:03 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Addresses #153. Introduced yat namespace. Removed alignment namespace. Clean up of code.

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_
    33
    44//$Id$
     
    3535
    3636namespace theplu {
     37namespace yat {
    3738namespace utility {
    3839
     
    248249    std::list<Option*> options_;
    249250    std::vector<std::string> arguments_;
    250    
    251251  };
    252252
    253253
    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.