summaryrefslogtreecommitdiff
path: root/TAO/Benchmark/Marshal_Test/VisiBroker/client.cpp
blob: 76218a98e84e7be66d46a883264e6fc8334fd235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

#include "benchmark/driver.h"
#include "visi_marshal_client.h"

int main (int argc, char *argv [])
{
  // instantiate a DRIVER with the Visi_Client_Proxy as the template
  CORBA_Benchmark_Driver<Visi_Marshal_Client_Proxy>  driver (new
							     Visi_Marshal_Client_Proxy ());

  // let the driver do everything for us so that we remain very simple
  return driver.run (argc, argv);
}