diff --git a/config_files/skeleton.cpp b/config_files/skeleton.cpp index c8fceb8..639a4e5 100644 --- a/config_files/skeleton.cpp +++ b/config_files/skeleton.cpp @@ -2,6 +2,12 @@ #define COPLIEN_COLOR B_CYAN +/********************************************* + * STATICS + *********************************************/ + +//std::string const FileName::_bar = "bar"; + /********************************************* * CONSTRUCTORS *********************************************/ @@ -57,15 +63,15 @@ FileName & FileName::operator=( FileName const & rhs ) { //void FileName::function(const std::string & foo) {} +/********************************************* + * PRIVATE MEMBER FUNCTIONS + *********************************************/ + +//void FileName::function(const std::string & foo) {} + /********************************************* * NESTED CLASS *********************************************/ //void FileName::Class::function() {} -/********************************************* - * STATICS - *********************************************/ - -//std::string const FileName::_bar = "bar"; -