Parent Directory
|
Revision Log
|
Patch
revision 1528 by phornby, Tue Apr 29 01:51:01 2008 UTC | revision 1529 by phornby, Tue Apr 29 02:03:19 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); |
47 | // call this just incase.... | |
48 | updateMessage(); | |
49 | return *this; | return *this; |
50 | } | } |
51 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |