summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/PSS/Server_i.cpp
blob: 63193c391bcf58e770892b0004edcf4197eab030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

#include "Server_i.h"

ACE_RCSID (PSS, Server_i, "$Id$")

Server_i::Server_i (void)
{
}

Server_i::~Server_i (void)
{
}

char *
Server_i::get_status (void)
{
  return CORBA::string_dup ("active");
}