summaryrefslogtreecommitdiff
path: root/TAO/examples/Borland/ChatClient.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Borland/ChatClient.mpc')
-rw-r--r--TAO/examples/Borland/ChatClient.mpc17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/examples/Borland/ChatClient.mpc b/TAO/examples/Borland/ChatClient.mpc
deleted file mode 100644
index cb44c0bd968..00000000000
--- a/TAO/examples/Borland/ChatClient.mpc
+++ /dev/null
@@ -1,17 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*Client) : taoserver, utils, iortable, vcl {
- exename = chatclient
- IDL_Files {
- Broadcaster.idl
- Receiver.idl
- }
- Source_Files {
- ReceiverImpl.cpp
- ChatClient.cpp
- ORBThread.cpp
- ChatClientWnd.cpp
- }
-}
-