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

#include "status_i.h"

corbaname_Status_i::corbaname_Status_i (void)
{
  // Constructor
}

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