summaryrefslogtreecommitdiff
path: root/TAO/Benchmark/benchmark/marshal_results.cpp
blob: 1231fe38b220c50fce527abe8b7cf7205bedcb87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// $Id$

// ============================================================================
//
// = LIBRARY
//    CORBA Benchmark/Marshal
// 
// = FILENAME
//    marshal_results.cpp
//
// = AUTHOR
//    Aniruddha Gokhale
// 
// ============================================================================

#include "benchmark/marshal_results.h"

#if !defined (__ACE_INLINE__)
#include "benchmark/marshal_results.i"
#endif /* __ACE_INLINE__ */

int 
CORBA_Marshal_Results::log_results (void)
{
  return 0;
}

int
CORBA_Marshal_Results::print_results (void)
{
  //  ACE_DEBUG ((LM_DEBUG, "CORBA_Marshal_Results::print_results\n"));

  return 0; // success
}