summaryrefslogtreecommitdiff
path: root/examples/Simple/bank/AccountManager_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Simple/bank/AccountManager_i.h')
-rw-r--r--examples/Simple/bank/AccountManager_i.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Simple/bank/AccountManager_i.h b/examples/Simple/bank/AccountManager_i.h
index ede279c0840..ee2806ccc04 100644
--- a/examples/Simple/bank/AccountManager_i.h
+++ b/examples/Simple/bank/AccountManager_i.h
@@ -96,8 +96,7 @@ private:
*/
MAP_MANAGER_TYPE hash_map_;
- /// Keeping g++2.7.2
- ACE_UNIMPLEMENTED_FUNC (void operator= (const AccountManager_i &))
+ void operator= (const AccountManager_i &);
};
#endif /* ACCOUNTMANAGER_I_H */