Parent Directory
|
Revision Log
|
Patch
revision 1548 by phornby, Thu May 1 07:09:49 2008 UTC | revision 1549 by phornby, Fri May 2 07:22:52 2008 UTC | |
---|---|---|
# | Line 69 namespace Bruce { | Line 69 namespace Bruce { |
69 | Virtual ~BruceException() THROW_ANY {} | Virtual ~BruceException() THROW_ANY {} |
70 | ||
71 | /** | /** |
72 | \brief | |
73 | Assignment operator. | |
74 | */ | |
75 | BRUCE_DLL_API | |
76 | inline virtual BruceException & | |
77 | operator=(const BruceException &other ) THROW_ANY | |
78 | { | |
79 | Parent::operator=(other); | |
80 | updateMessage(); | |
81 | return *this; | |
82 | } | |
83 | ||
84 | ||
85 | /** | |
86 | \Brief | \Brief |
87 | Returns The Name Of The Exception. | Returns The Name Of The Exception. |
88 | */ | */ |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |