source:
issm/oecreview/Archive/12321-12677/ISSM-12478-12479.diff
Last change on this file was 12679, checked in by , 13 years ago | |
---|---|
File size: 1.4 KB |
-
u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/shared/Exceptions/Exceptions.cpp
19 19 file_line=0; 20 20 } 21 21 22 ErrorException::ErrorException( string what_file,string what_function,int what_line,stringwhat_arg){22 ErrorException::ErrorException(const string& what_file, const string& what_function,int what_line, const string& what_arg){ 23 23 24 24 what_str=what_arg; 25 25 file_name=what_file; -
u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/shared/Exceptions/exceptions.h
23 23 24 24 public: 25 25 ErrorException(const string &what_arg); //for windows 26 ErrorException( string what_file,string what_function,int what_line,stringwhat_arg);//UNIX26 ErrorException(const string& what_file,const string& what_function,int what_line,const string& what_arg);//UNIX 27 27 ~ErrorException() throw(); 28 28 virtual const char *what() const throw(); 29 29 void Report();
Note:
See TracBrowser
for help on using the repository browser.