summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/link_poas/Test_i.cpp
blob: 72c61382265f4de3843cfda1340976b16a42d4ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* -*- C++ -*-  */

#include "ace/OS_NS_unistd.h"
#include "Test_i.h"

CORBA::Long
Test_i::server_pid (void)
{
  ACE_DEBUG ((LM_DEBUG, "(%P) server pid called\n"));
  return ACE_OS::getpid ();
}