summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/mico/mico-thrput-st/RoundTrip_impl.cc
blob: 883387651862b31f3f66bcca9b1f0a94af00d79a (plain)
1
2
3
4
5
6
7
8
9
10
//
//$Id$
//

#include "RoundTrip_impl.h"

CORBA::ULongLong RoundTrip_impl::test_method (CORBA::ULongLong send_time)
{
  return send_time;
}