summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset/Codeset_Manager_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Codeset/Codeset_Manager_Factory.h')
-rw-r--r--TAO/tao/Codeset/Codeset_Manager_Factory.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/Codeset/Codeset_Manager_Factory.h b/TAO/tao/Codeset/Codeset_Manager_Factory.h
index 103ba9b52f8..44ed6f20d8c 100644
--- a/TAO/tao/Codeset/Codeset_Manager_Factory.h
+++ b/TAO/tao/Codeset/Codeset_Manager_Factory.h
@@ -17,7 +17,7 @@
#include /**/ "ace/pre.h"
-#include "codeset_export.h"
+#include "tao/Codeset/codeset_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -29,6 +29,8 @@
// ****************************************************************
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class TAO_Codeset_Manager_Factory
*
@@ -41,10 +43,11 @@ class TAO_Codeset_Export TAO_Codeset_Manager_Factory :
public:
virtual ~TAO_Codeset_Manager_Factory ();
virtual TAO_Codeset_Manager *create(void);
- virtual int is_default(void) const;
+ virtual bool is_default(void) const;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
ACE_STATIC_SVC_DECLARE (TAO_Codeset_Manager_Factory)
ACE_FACTORY_DECLARE (TAO_Codeset, TAO_Codeset_Manager_Factory)