summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ior_corbaname/status_i.cpp
blob: 4712b42c9fe650eb74367e56bf724a41053f6e6b (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 (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
{
  // Constructor
}

CORBA::Boolean
corbaname_Status_i::print_status (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
  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;
}