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