summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/bank/Bank.idl
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-21 01:36:32 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-21 01:36:32 +0000
commit540007956cb1f1ad044965fc1cd15ee001aeff92 (patch)
treeb8ee99c8cb6c5c3956277fdfb4c1e7be2b38ec59 /TAO/examples/Simple/bank/Bank.idl
parente409dbe67fdad4f6db687d3599d725aeab290419 (diff)
downloadATCD-540007956cb1f1ad044965fc1cd15ee001aeff92.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/examples/Simple/bank/Bank.idl')
-rw-r--r--TAO/examples/Simple/bank/Bank.idl4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/examples/Simple/bank/Bank.idl b/TAO/examples/Simple/bank/Bank.idl
index 36492ff66eb..3cac2150a85 100644
--- a/TAO/examples/Simple/bank/Bank.idl
+++ b/TAO/examples/Simple/bank/Bank.idl
@@ -29,9 +29,7 @@ module Bank
// Add <amount> to this account.
void withdraw (in float amount) raises (Overdraft);
-
- //void withdraw (in float amount);
- // Withdraw <amount> from this account.
+ // Withdraw <amount from this account.
attribute string name;
// The <name> of this account.