summaryrefslogtreecommitdiff
path: root/TAO/tests/Simple/bank/client.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-16 00:41:07 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-16 00:41:07 +0000
commitc1b838ad1e94b1c58d2e5373447ef13552a7509c (patch)
treee6b416712161549ad06c14ba60173fb145b0110f /TAO/tests/Simple/bank/client.cpp
parentbc5e20872db4a6e7f622a764c8f368f8b6f93441 (diff)
downloadATCD-c1b838ad1e94b1c58d2e5373447ef13552a7509c.tar.gz
Files moved to /project/adaptive/ACE_wrappers/build/SunOS5.5/TAO/examples/Simple
Diffstat (limited to 'TAO/tests/Simple/bank/client.cpp')
-rw-r--r--TAO/tests/Simple/bank/client.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/tests/Simple/bank/client.cpp b/TAO/tests/Simple/bank/client.cpp
deleted file mode 100644
index 3686f8a8654..00000000000
--- a/TAO/tests/Simple/bank/client.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-// $Id$
-
-#include "Client_i.h"
-
-ACE_RCSID(Time, client, "$Id$")
-
-// This function runs the Bank client test.
-
-int
-main (int argc, char *argv[])
-{
- Client_i client;
-
- ACE_DEBUG ((LM_DEBUG,
- "\n\tBank client\n\n"));
-
- if (client.init (argc, argv) == -1)
- return -1;
- else
- return client.run ();
-}