summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/mico/mico-thrput-st/RoundTrip_impl.h
blob: 86213cf1b9d4c4982a8a4b4434453e0b6e8c5c93 (plain)
1
2
3
4
5
6
7
8
9
//
//$Id$
//
#include "RoundTrip.h"

class RoundTrip_impl : virtual public POA_Roundtrip {
 public:
  CORBA::ULongLong test_method (CORBA::ULongLong send_time);
};