Changeset 12079


Ignore:
Timestamp:
04/20/12 13:49:13 (13 years ago)
Author:
Mathieu Morlighem
Message:

revert to private properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Exceptions/exceptions.h

    r12078 r12079  
    1717class ErrorException: public exception {
    1818       
    19         public:
    20 
    2119        string   what_str;
    2220        string   function_name;
     
    2422        int      file_line;
    2523
    26 
     24        public:
    2725        ErrorException(const string &what_arg); //for windows
    2826        ErrorException(string what_file,string what_function,int what_line,string what_arg);//UNIX
Note: See TracChangeset for help on using the changeset viewer.