summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-08-18 06:42:15 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-08-18 06:42:15 +0000
commit9d8558a8448f8745383d3f945e2495ada74ac28e (patch)
treed6ded9896c74ee27fc0d7b3dfa648c4c8a3dcdb7 /TAO/orbsvcs/orbsvcs/Log
parent1e14f94aab488b366e5d875496fb3b6eccf589df (diff)
downloadATCD-9d8558a8448f8745383d3f945e2495ada74ac28e.tar.gz
ChangeLogTag:Sun Aug 17 23:41:22 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/LogRecordStore.h1
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/PersistStore.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/LogRecordStore.h b/TAO/orbsvcs/orbsvcs/Log/LogRecordStore.h
index 3e75059b65e..14fb7f5c398 100644
--- a/TAO/orbsvcs/orbsvcs/Log/LogRecordStore.h
+++ b/TAO/orbsvcs/orbsvcs/Log/LogRecordStore.h
@@ -28,6 +28,7 @@
#include "orbsvcs/DsLogAdminC.h"
#include "ace/Containers.h"
#include "ace/Hash_Map_Manager.h"
+#include "ace/Null_Mutex.h"
#include "log_export.h"
#define LOG_DEFAULT_MAX_REC_LIST_LEN 30
diff --git a/TAO/orbsvcs/orbsvcs/Log/PersistStore.h b/TAO/orbsvcs/orbsvcs/Log/PersistStore.h
index e1802a052b3..c319ed8a93e 100644
--- a/TAO/orbsvcs/orbsvcs/Log/PersistStore.h
+++ b/TAO/orbsvcs/orbsvcs/Log/PersistStore.h
@@ -24,6 +24,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "orbsvcs/DsLogAdminC.h"
+#include "ace/Mutex.h"
#define PERSIST_LOG_DEFAULT_MAX_REC_LIST_LEN 250