summaryrefslogtreecommitdiff
path: root/ciao/ComponentServer/Server_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'ciao/ComponentServer/Server_init.h')
-rw-r--r--ciao/ComponentServer/Server_init.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ciao/ComponentServer/Server_init.h b/ciao/ComponentServer/Server_init.h
index d56c5fe50fc..a5ba167476d 100644
--- a/ciao/ComponentServer/Server_init.h
+++ b/ciao/ComponentServer/Server_init.h
@@ -16,7 +16,7 @@
#include /**/ "ace/pre.h"
-#include "ciao/ComponentServer/CIAO_ComponentServer_stub_export.h"
+#include "ciao/ComponentServer/CIAO_Base_stub_export.h"
#if !defined ACE_LACKS_PRAGMA_ONCE
#pragma once
@@ -42,14 +42,14 @@ namespace CIAO
* should be call right after ORB initialization but we should try
* to register these stuff automatically.
*/
- CIAO_COMPONENTSERVER_STUB_Export int Server_init (CORBA::ORB_ptr o);
+ CIAO_BASE_STUB_Export int Server_init (CORBA::ORB_ptr o);
namespace Utility
{
/// Write a string (usually a stringified IOR) to a file
/// designated by the @c pathname. The file named will always get
/// overwritten.
- CIAO_COMPONENTSERVER_STUB_Export int write_IOR (const ACE_TCHAR *pathname,
+ CIAO_BASE_STUB_Export int write_IOR (const ACE_TCHAR *pathname,
const char *IOR);
}
}