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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Simple/bank/AccountManager_i.h b/TAO/examples/Simple/bank/AccountManager_i.h
index b18f8c00829..a948759e161 100644
--- a/TAO/examples/Simple/bank/AccountManager_i.h
+++ b/TAO/examples/Simple/bank/AccountManager_i.h
@@ -45,10 +45,10 @@ class AccountManager_i : public POA_Bank::AccountManager
{
public:
/// Constructor.
- AccountManager_i (void);
+ AccountManager_i ();
/// Destructor.
- virtual ~AccountManager_i (void);
+ virtual ~AccountManager_i ();
/// Return the Account interface with the given name from the server.
/// Put the initial balance specified in the new account.
@@ -59,7 +59,7 @@ public:
virtual void close (Bank::Account_ptr);
/// Shutdown the server.
- virtual void shutdown (void);
+ virtual void shutdown ();
/// Set the ORB pointer.
void orb (CORBA::ORB_ptr o);