summaryrefslogtreecommitdiff
path: root/flat/CIAO/ciao/Servants/Swapping/Dynamic_Component_Servant_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'flat/CIAO/ciao/Servants/Swapping/Dynamic_Component_Servant_Base.h')
-rw-r--r--flat/CIAO/ciao/Servants/Swapping/Dynamic_Component_Servant_Base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/flat/CIAO/ciao/Servants/Swapping/Dynamic_Component_Servant_Base.h b/flat/CIAO/ciao/Servants/Swapping/Dynamic_Component_Servant_Base.h
index 6e6173dd2af..75f32819036 100644
--- a/flat/CIAO/ciao/Servants/Swapping/Dynamic_Component_Servant_Base.h
+++ b/flat/CIAO/ciao/Servants/Swapping/Dynamic_Component_Servant_Base.h
@@ -14,7 +14,7 @@
#include /**/ "ace/pre.h"
-#include "ciao/CIAO_Server_Export.h"
+#include "ciao/Servants/Swapping/CIAO_Swapping_Servant_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -25,8 +25,8 @@
namespace CIAO
{
class Session_Container;
-
- class CIAO_SERVER_Export Dynamic_Component_Servant_Base
+
+ class CIAO_Swapping_Servant_Export Dynamic_Component_Servant_Base
{
public:
/// @todo Not to be used, no idea why this should be public, have to check this