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.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/PersistStore.h b/TAO/orbsvcs/orbsvcs/Log/PersistStore.h
index 6945a77b6b0..883b65d21a9 100644
--- a/TAO/orbsvcs/orbsvcs/Log/PersistStore.h
+++ b/TAO/orbsvcs/orbsvcs/Log/PersistStore.h
@@ -17,16 +17,15 @@
#define TAO_PERSIST_STORE_H
#include /**/ "ace/pre.h"
-#include "orbsvcs/DsLogAdminS.h"
+#include "orbsvcs/orbsvcs/DsLogAdminS.h"
#include "tao/Typecode.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "orbsvcs/DsLogAdminC.h"
+#include "orbsvcs/orbsvcs/DsLogAdminC.h"
#include "ace/Mutex.h"
-#include "log_serv_export.h"
#define PERSIST_LOG_DEFAULT_MAX_REC_LIST_LEN 250
@@ -47,7 +46,7 @@ struct PersistentData
* This implementation is to serve for illustration purposes.
*/
-class TAO_Log_Serv_Export TAO_PersistStore
+class TAO_Log_Export TAO_PersistStore
{
public: