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 40 public: | Line 40 public: |
40 | // Copy Constructor. | // Copy Constructor. |
41 | DerivedEx(const DerivedEx &other): Parent(other) { updateMessage(); } | DerivedEx(const DerivedEx &other): Parent(other) { updateMessage(); } |
42 | ||
43 | virtual DerivedEx & | inline virtual DerivedEx & |
44 | operator=(const DerivedEx &other) THROW_ANY | operator=(const DerivedEx &other) THROW_ANY |
45 | { | { |
46 | Parent::operator=(other); | Parent::operator=(other); |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |