summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/marketfeed_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/marketfeed_client.cpp')
-rw-r--r--TAO/examples/Callback_Quoter/marketfeed_client.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/examples/Callback_Quoter/marketfeed_client.cpp b/TAO/examples/Callback_Quoter/marketfeed_client.cpp
deleted file mode 100644
index 372f1bf1030..00000000000
--- a/TAO/examples/Callback_Quoter/marketfeed_client.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// $Id$
-
-#include "MarketFeed_i.h"
-
-// This function runs the Callback Quoter MarketFeed daemon.
-
-int
-main (int argc, char **argv)
-{
- MarketFeed_i client;
-
- ACE_DEBUG ((LM_DEBUG,
- "\n\tMarketFeed client\n\n"));
-
- if (client.init (argc, argv) == -1)
- return -1;
- else
- return client.run ();
-}