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 67 namespace escript | Line 67 namespace escript |
67 | updateMessage(); | updateMessage(); |
68 | } | } |
69 | ||
70 | ESCRIPT_DLL_API | |
71 | inline virtual FunctionSpaceException & | |
72 | operator=(const FunctionSpaceException &other ) THROW_ANY | |
73 | { | |
74 | Parent::operator=(other); | |
75 | updateMessage(); | |
76 | return *this; | |
77 | } | |
78 | ||
79 | ||
80 | /// Destructor | /// Destructor |
81 | ESCRIPT_DLL_API | ESCRIPT_DLL_API |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |