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, 0 insertions, 3 deletions
diff --git a/TAO/examples/Simple/bank/AccountManager_i.h b/TAO/examples/Simple/bank/AccountManager_i.h
index ba871e1a77f..3496e5a2050 100644
--- a/TAO/examples/Simple/bank/AccountManager_i.h
+++ b/TAO/examples/Simple/bank/AccountManager_i.h
@@ -47,9 +47,6 @@ public:
AccountManager_i (void);
// Constructor.
- AccountManager_i (AccountManager_i&);
- // Copy constructor for old g++.
-
~AccountManager_i (void);
// Destructor.