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/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_
    33
    44// $Id$
     
    2727#include <string>
    2828
    29 
    3029namespace theplu {
     30namespace yat {
    3131namespace utility {
    3232
     
    107107  };
    108108
    109 
    110 
    111 
    112 } // end of namespace utility
    113 } // end of namespace theplu
     109}}} // of namespace utility, yat and theplu
    114110
    115111#endif
Note: See TracChangeset for help on using the changeset viewer.