summaryrefslogtreecommitdiff
path: root/TAO/Benchmark/Marshal_Test/VisiBroker/server.cpp
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-18 06:26:26 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-18 06:26:26 +0000
commitd360daade3092325ef5f52ce3c47dcf0c8203420 (patch)
treee5b68dd2438d5cfa38e6e8ce86141eab5649ffd4 /TAO/Benchmark/Marshal_Test/VisiBroker/server.cpp
parented67745cca9e57fed8a39610d930a9d6fda6fa44 (diff)
downloadATCD-TAO-0_2_52.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-0_2_52'.TAO-0_2_52
Diffstat (limited to 'TAO/Benchmark/Marshal_Test/VisiBroker/server.cpp')
-rw-r--r--TAO/Benchmark/Marshal_Test/VisiBroker/server.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/Benchmark/Marshal_Test/VisiBroker/server.cpp b/TAO/Benchmark/Marshal_Test/VisiBroker/server.cpp
deleted file mode 100644
index edb0dd286ff..00000000000
--- a/TAO/Benchmark/Marshal_Test/VisiBroker/server.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-// $Id$
-
-#include "benchmark/driver.h"
-#include "visi_marshal_server.h"
-
-ACE_RCSID(VisiBroker, server, "$Id$")
-
-int main (int argc, char *argv [])
-{
- // instantiate a DRIVER with the Visi_Client_Proxy as the template
- CORBA_Benchmark_Driver<Visi_Marshal_Server_Proxy> driver (new
- Visi_Marshal_Server_Proxy ());
-
- // let the driver do everything for us so that we remain very simple
- return driver.run (argc, argv);
-}