summaryrefslogtreecommitdiff
path: root/TAO/tests/ior_corbaloc/status_i.cpp
blob: 00a61400cfb78562bf3b95d8c2aa63fedadddfc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// $Id$
//

#include "status_i.h"

corbaloc_Status_i::corbaloc_Status_i (CORBA::Environment & = TAO_default_environment())
{
  // Constructor
}

CORBA::Boolean
corbaloc_Status_i::print_status (CORBA::Environment & = TAO_default_environment())
  throw (CORBA::SystemException)
{

  // If the server received the request from the client, 
  // return true == 0;

  return 0;
}