summaryrefslogtreecommitdiff
path: root/CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc')
-rw-r--r--CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc46
1 files changed, 0 insertions, 46 deletions
diff --git a/CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc b/CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc
deleted file mode 100644
index 6f3cde298ff..00000000000
--- a/CIAO/docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base.mpc
+++ /dev/null
@@ -1,46 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -n Stock_Base"
-
-project(Stock_Base_stub): ciao_client_dnc {
-
- sharedname = Stock_Base_stub
- idlflags -= -GT
- idlflags += -Wb,stub_export_macro=STOCK_BASE_STUB_Export \
- -Wb,stub_export_include=Stock_Base_stub_export.h \
- -Wb,skel_export_macro=STOCK_BASE_SKEL_Export \
- -Wb,skel_export_include=Stock_Base_skel_export.h
- dynamicflags = STOCK_BASE_STUB_BUILD_DLL
-
- IDL_Files {
- Stock_Base.idl
- }
-
- Source_Files {
- Stock_BaseC.cpp
- }
-}
-
-project(Stock_Base_skel) : ciao_servant_dnc {
- after += Stock_Base_stub
- sharedname = Stock_Base_skel
- libs += Stock_Base_stub
-
- idlflags -= -GT
- idlflags += -Wb,stub_export_macro=STOCK_BASE_STUB_Export \
- -Wb,stub_export_include=Stock_Base_stub_export.h \
- -Wb,skel_export_macro=STOCK_BASE_SKEL_Export \
- -Wb,skel_export_include=Stock_Base_skel_export.h
- dynamicflags = STOCK_BASE_SKEL_BUILD_DLL
-
- IDL_Files {
- Stock_Base.idl
- }
-
- Source_Files {
- Stock_BaseS.cpp
- }
-}
-
-
-
-