summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/bank/Bank_Client_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/bank/Bank_Client_i.h')
-rw-r--r--TAO/examples/Simple/bank/Bank_Client_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Simple/bank/Bank_Client_i.h b/TAO/examples/Simple/bank/Bank_Client_i.h
index b8b6526bc27..b8f398daf6e 100644
--- a/TAO/examples/Simple/bank/Bank_Client_i.h
+++ b/TAO/examples/Simple/bank/Bank_Client_i.h
@@ -50,15 +50,15 @@ private:
int check_accounts (void);
// Method that calls all the test functions
- void test_for_different_name (CORBA::Environment &env);
+ void test_for_different_name (TAO_ENV_SINGLE_ARG_DECL);
// Tests if accounts opened with different names return a different account
// reference.
- void test_for_same_name (CORBA::Environment &env);
+ void test_for_same_name (TAO_ENV_SINGLE_ARG_DECL);
// Tests if accounts opened with the same name return the same
// object reference.
- void test_for_overdraft (CORBA::Environment &env);
+ void test_for_overdraft (TAO_ENV_SINGLE_ARG_DECL);
// Tests for the Overdraft Exception when the client tries to
// withdraw more money than the current balance.
};