Parent Directory
|
Revision Log
|
Patch
revision 1547 by phornby, Thu May 1 07:09:49 2008 UTC | revision 1548 by phornby, Fri May 2 06:59:11 2008 UTC | |
---|---|---|
# | Line 66 namespace escript | Line 66 namespace escript |
66 | updateMessage(); | updateMessage(); |
67 | } | } |
68 | ||
69 | ESCRIPT_DLL_API | |
70 | inline virtual DataException & | |
71 | operator=(const DataException &other ) THROW_ANY | |
72 | { | |
73 | Parent::operator=(other); | |
74 | updateMessage(); | |
75 | return *this; | |
76 | } | |
77 | ||
78 | ||
79 | /// Destructor | /// Destructor |
80 | ESCRIPT_DLL_API | ESCRIPT_DLL_API |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |