summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/PersistStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/PersistStore.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/PersistStore.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/PersistStore.h b/TAO/orbsvcs/orbsvcs/Log/PersistStore.h
index ef769afb0df..4b6a7e0fcc3 100644
--- a/TAO/orbsvcs/orbsvcs/Log/PersistStore.h
+++ b/TAO/orbsvcs/orbsvcs/Log/PersistStore.h
@@ -26,10 +26,12 @@
#include "orbsvcs/DsLogAdminC.h"
#include "ace/Mutex.h"
-#include "log_serv_export.h"
+#include "orbsvcs/Log/log_serv_export.h"
#define PERSIST_LOG_DEFAULT_MAX_REC_LIST_LEN 250
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
struct PersistentData
{
DsLogAdmin::RecordId id;
@@ -120,5 +122,7 @@ class TAO_Log_Serv_Export TAO_PersistStore
ACE_Mutex write_lock_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /*TAO_PERSIST_STORE_H*/