summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/bank/AccountManager_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/bank/AccountManager_i.h')
-rw-r--r--TAO/examples/Simple/bank/AccountManager_i.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/examples/Simple/bank/AccountManager_i.h b/TAO/examples/Simple/bank/AccountManager_i.h
index ede279c0840..efbc16168f8 100644
--- a/TAO/examples/Simple/bank/AccountManager_i.h
+++ b/TAO/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 */