Parent Directory
|
Revision Log
|
Patch
revision 1531 by phornby, Tue Apr 29 02:03:19 2008 UTC | revision 1532 by phornby, Tue Apr 29 02:44:58 2008 UTC | |
---|---|---|
# | Line 44 public: | Line 44 public: |
44 | operator=(const DerivedEx &other) THROW_ANY | operator=(const DerivedEx &other) THROW_ANY |
45 | { | { |
46 | Parent::operator=(other); | Parent::operator=(other); |
// call this just incase.... | ||
47 | updateMessage(); | updateMessage(); |
48 | return *this; | return *this; |
49 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |