summaryrefslogtreecommitdiff
path: root/examples/Simple/time/Time_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Simple/time/Time_i.h')
-rw-r--r--examples/Simple/time/Time_i.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Simple/time/Time_i.h b/examples/Simple/time/Time_i.h
index 2260d52a185..d97c0937fa0 100644
--- a/examples/Simple/time/Time_i.h
+++ b/examples/Simple/time/Time_i.h
@@ -51,8 +51,7 @@ private:
/// ORB pointer.
CORBA::ORB_var orb_;
- /// Keeping g++2.7.2
- ACE_UNIMPLEMENTED_FUNC (void operator= (const Time_i &))
+ void operator= (const Time_i &);
};
#endif /* TIME_I_H */