summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-19 18:51:19 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-19 18:51:19 +0000
commitc79dbcba1c3188ed4fc1f10dff96518668a13fa7 (patch)
tree95f8a0b9f3a9fd6caf9aa9f6bda8beaeaba21a3b /TAO/examples/Simple
parent42d4e44071c054d317337164e2b4d3fca3ebdaa1 (diff)
downloadATCD-c79dbcba1c3188ed4fc1f10dff96518668a13fa7.tar.gz
ChangeLogTag:Tue Aug 19 18:49:10 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/examples/Simple')
-rw-r--r--TAO/examples/Simple/bank/AccountManager_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/examples/Simple/bank/AccountManager_i.h b/TAO/examples/Simple/bank/AccountManager_i.h
index 7524e426ff2..55e39733d18 100644
--- a/TAO/examples/Simple/bank/AccountManager_i.h
+++ b/TAO/examples/Simple/bank/AccountManager_i.h
@@ -33,6 +33,7 @@
#include "ace/OS.h"
#include "ace/ACE.h"
#include "ace/SString.h"
+#include "ace/Null_Mutex.h"
class AccountManager_i : public POA_Bank::AccountManager
{