summaryrefslogtreecommitdiff
path: root/CIAO/examples/Swapping/Hello_Base/Hello_Base.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Swapping/Hello_Base/Hello_Base.mpc')
-rw-r--r--CIAO/examples/Swapping/Hello_Base/Hello_Base.mpc38
1 files changed, 0 insertions, 38 deletions
diff --git a/CIAO/examples/Swapping/Hello_Base/Hello_Base.mpc b/CIAO/examples/Swapping/Hello_Base/Hello_Base.mpc
deleted file mode 100644
index 3e12160cb00..00000000000
--- a/CIAO/examples/Swapping/Hello_Base/Hello_Base.mpc
+++ /dev/null
@@ -1,38 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -n Hello_Base"
-
-project(Hello_Base_DnC_Upgradeable_stub): ciao_client_dnc {
-
- sharedname = Hello_Base_DnC_Upgradeable_stub
- idlflags += -Wb,stub_export_macro=HELLO_BASE_STUB_Export -Wb,stub_export_include=Hello_Base_stub_export.h -Wb,skel_export_macro=HELLO_BASE_SVNT_Export -Wb,skel_export_include=Hello_Base_svnt_export.h
- dynamicflags = HELLO_BASE_STUB_BUILD_DLL
-
- IDL_Files {
- Hello_Base.idl
- }
-
- Source_Files {
- Hello_BaseC.cpp
- }
-}
-
-project(Hello_Base_DnC_Upgradeable_svnt) : ciao_servant_dnc {
- after += Hello_Base_DnC_Upgradeable_stub
- sharedname = Hello_Base_DnC_Upgradeable_svnt
- libs += Hello_Base_DnC_Upgradeable_stub
-
- idlflags += -Wb,stub_export_macro=HELLO_BASE_STUB_Export -Wb,stub_export_include=Hello_Base_stub_export.h -Wb,skel_export_macro=HELLO_BASE_SVNT_Export -Wb,skel_export_include=Hello_Base_svnt_export.h
- dynamicflags = HELLO_BASE_SVNT_BUILD_DLL
-
- IDL_Files {
- Hello_Base.idl
- }
-
- Source_Files {
- Hello_BaseS.cpp
- }
-}
-
-
-
-