summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/bank/Account_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/bank/Account_i.h')
-rw-r--r--TAO/examples/Simple/bank/Account_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simple/bank/Account_i.h b/TAO/examples/Simple/bank/Account_i.h
index 1190a811220..702579b86db 100644
--- a/TAO/examples/Simple/bank/Account_i.h
+++ b/TAO/examples/Simple/bank/Account_i.h
@@ -42,12 +42,12 @@ public:
~Account_i (void);
// Destructor.
- virtual CORBA::Float balance (ACE_ENV_SINGLE_ARG_DECL)
+ virtual CORBA::Float balance (void)
ACE_THROW_SPEC ((CORBA::SystemException));
// Get the current balance in the account.
- virtual char *name (ACE_ENV_SINGLE_ARG_DECL)
+ virtual char *name (void)
ACE_THROW_SPEC ((CORBA::SystemException));
// Get the name of the <Account> holder.