summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ior_corbaname/status_i.cpp
blob: 46de918107193a3457058b1412a5a850e45c2d1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
// $Id$
//

#include "status_i.h"

corbaname_Status_i::corbaname_Status_i (CORBA::Environment &)
{
  // Constructor
}

CORBA::Boolean
corbaname_Status_i::print_status (CORBA::Environment &)
  ACE_THROW_SPEC ((CORBA::SystemException))
{
  // If the client makes a succesful request, return a true value
  // indicating that it has successfully reached the server.
  return 0;
}