// $Id$ #include "benchmark/driver.h" #include "orbix_marshal_client.h" ACE_RCSID(Orbix, client, "$Id$") int main (int argc, char *argv []) { // instantiate a DRIVER with the Orbix_Client_Proxy as the template CORBA_Benchmark_Driver driver (new Orbix_Marshal_Client_Proxy ()); // let the driver do everything for us so that we remain very simple return driver.run (argc, argv); }