summaryrefslogtreecommitdiff
path: root/TAO/examples/Persistent_Grid/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Persistent_Grid/client.cpp')
-rw-r--r--TAO/examples/Persistent_Grid/client.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/TAO/examples/Persistent_Grid/client.cpp b/TAO/examples/Persistent_Grid/client.cpp
deleted file mode 100644
index c67b7b80261..00000000000
--- a/TAO/examples/Persistent_Grid/client.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-// $Id$
-
-# include "Grid_Client_i.h"
-
-// The client program for the application.
-
-int
-main (int argc, char *argv[])
-{
- Grid_Client_i client;
-
- ACE_DEBUG ((LM_DEBUG,
- "\nGrid client\n\n"));
-
- if (client.run ("Grid", argc, argv) == -1)
- return -1;
- else
- return 0;
-
-}
-
-