summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/Log_Persistence_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/Log_Persistence_Strategy.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/Log_Persistence_Strategy.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/Log_Persistence_Strategy.h b/TAO/orbsvcs/orbsvcs/Log/Log_Persistence_Strategy.h
index 796c12663ef..bdd40dba9dd 100644
--- a/TAO/orbsvcs/orbsvcs/Log/Log_Persistence_Strategy.h
+++ b/TAO/orbsvcs/orbsvcs/Log/Log_Persistence_Strategy.h
@@ -23,8 +23,11 @@
#pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/Versioned_Namespace.h"
#include "ace/Service_Object.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_LogStore;
class TAO_LogMgr_i;
@@ -51,6 +54,8 @@ public:
private:
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_TLS_PERSISTENCE_STRATEGY_H */