summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-03-11 15:06:05 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-03-11 15:06:05 +0000
commitf745d485d82c2621be81c43f5665b74a415fdae3 (patch)
tree51e3a74c6abbaaad1eaff747660677ed2f841810 /TAO/examples/Simple
parentbfaa7cbccd3764f2cfec36c5370143c3d5c50baa (diff)
downloadATCD-f745d485d82c2621be81c43f5665b74a415fdae3.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/examples/Simple')
-rw-r--r--TAO/examples/Simple/bank/AccountManager_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Simple/bank/AccountManager_i.h b/TAO/examples/Simple/bank/AccountManager_i.h
index a628a7cb0ee..7272996c05a 100644
--- a/TAO/examples/Simple/bank/AccountManager_i.h
+++ b/TAO/examples/Simple/bank/AccountManager_i.h
@@ -96,7 +96,7 @@ private:
// bind into the hash map manager if <name> is unique, else it will
// return a previously bound entry.
- ACE_UNIMPLEMENTED_FUNC (void operator= (const AccountManager_i&));
+ ACE_UNIMPLEMENTED_FUNC (void operator= (const AccountManager_i &));
// Keeping g++2.7.2
};