Parent Directory
|
Revision Log
|
Patch
revision 1440 by trankine, Thu Feb 28 04:56:16 2008 UTC | revision 1441 by trankine, Thu Feb 28 06:50:26 2008 UTC | |
---|---|---|
# | Line 19 using namespace esysUtils; | Line 19 using namespace esysUtils; |
19 | ||
20 | const std::string EsysException::exceptionNameValue("GeneralEsysException"); | const std::string EsysException::exceptionNameValue("GeneralEsysException"); |
21 | ||
22 | ostream &operator<<(ostream &output, EsysException &inException){ | std::ostream &operator<<(std::ostream &output, EsysException &inException){ |
23 | output << inException.toString(); | output << inException.toString(); |
24 | return output; | return output; |
25 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |