summaryrefslogtreecommitdiff
path: root/tests/Bug_3683_Regression/Echo_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Bug_3683_Regression/Echo_i.h')
-rw-r--r--tests/Bug_3683_Regression/Echo_i.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Bug_3683_Regression/Echo_i.h b/tests/Bug_3683_Regression/Echo_i.h
index 5afd29de0b1..f626d509794 100644
--- a/tests/Bug_3683_Regression/Echo_i.h
+++ b/tests/Bug_3683_Regression/Echo_i.h
@@ -55,8 +55,7 @@ private:
/// ORB pointer.
CORBA::ORB_var orb_;
- /// Keeping g++ 2.7.2 happy..
- ACE_UNIMPLEMENTED_FUNC (void operator= (const Echo_i&))
+ void operator= (const Echo_i&);
};
#endif /* ECHO_I_H */