summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/NotifyService/Messenger/NotifyServiceMessenger.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/NotifyService/Messenger/NotifyServiceMessenger.mpc')
-rw-r--r--TAO/DevGuideExamples/NotifyService/Messenger/NotifyServiceMessenger.mpc25
1 files changed, 0 insertions, 25 deletions
diff --git a/TAO/DevGuideExamples/NotifyService/Messenger/NotifyServiceMessenger.mpc b/TAO/DevGuideExamples/NotifyService/Messenger/NotifyServiceMessenger.mpc
deleted file mode 100644
index c6cd2f3d24c..00000000000
--- a/TAO/DevGuideExamples/NotifyService/Messenger/NotifyServiceMessenger.mpc
+++ /dev/null
@@ -1,25 +0,0 @@
-// $Id$
-
-project(*Server): taoexe, portableserver, namingexe, notification_skel {
- Source_Files {
- StructuredEventSupplier_i.cpp
- MessengerServer.cpp
- Messenger_i.cpp
- }
-}
-
-project(*Client): taoexe, namingexe, notification {
- Source_Files {
- MessengerC.cpp
- MessengerClient.cpp
- }
-}
-
-project(*Consumer): taoexe, portableserver, namingexe, notification_skel {
- IDL_Files {
- }
- Source_Files {
- MessengerConsumer.cpp
- StructuredEventConsumer_i.cpp
- }
-}