summaryrefslogtreecommitdiff
path: root/TAO/examples/RTScheduling/Synch.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTScheduling/Synch.mpc')
-rw-r--r--TAO/examples/RTScheduling/Synch.mpc31
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/examples/RTScheduling/Synch.mpc b/TAO/examples/RTScheduling/Synch.mpc
deleted file mode 100644
index fa1e1c488a9..00000000000
--- a/TAO/examples/RTScheduling/Synch.mpc
+++ /dev/null
@@ -1,31 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(RTSchedSynch): portableserver {
- idlflags += -St \
- -Wb,export_macro=SYNCH_Export \
- -Wb,export_include=synch_export.h
- dynamicflags += SYNCH_BUILD_DLL
-
- IDL_Files {
- Synch.idl
- }
-
- Source_Files {
- SynchC.cpp
- SynchS.cpp
- Synch_i.cpp
- }
-
- Header_Files {
- SynchC.h
- SynchS.h
- synch_export.h
- Synch_i.h
- }
-
- Inline_Files {
- SynchC.inl
- SynchS.inl
- }
-}