X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeIdValue.hh;h=f901ef8b8977f379f5d663de66af9ccd1b6932b7;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=c473565e6941864d3ac2477ea2294caa5acc24dc;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Utils/TypeIdValue.hh b/senf/Utils/TypeIdValue.hh index c473565..f901ef8 100644 --- a/senf/Utils/TypeIdValue.hh +++ b/senf/Utils/TypeIdValue.hh @@ -33,7 +33,7 @@ #include //#include "TypeIdValue.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -43,9 +43,9 @@ namespace senf { class TypeIdValue : public boost::totally_ordered { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ // my default constructor // my copy constructor @@ -56,8 +56,8 @@ namespace senf { TypeIdValue(); TypeIdValue(std::type_info const & v); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// bool operator==(TypeIdValue const & other) const; bool operator<(TypeIdValue const & other) const; @@ -96,7 +96,7 @@ namespace senf { std::ostream & operator<<(std::ostream & os, TypeIdValue const & v); } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "TypeIdValue.cci" //#include "TypeIdValue.ct" #include "TypeIdValue.cti"