repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
ImplRepo
/
link_poas
/
Test_i.cpp
blob
4a44f3048b10da3fc2772663027c70e42d0049f0
1
/* -*- C++ -*- */
2
3
#include
"ace/OS_NS_unistd.h"
4
#include
"Test_i.h"
5
6
CORBA
::
Long
7
Test_i
::
server_pid
()
8
{
9
ACE_DEBUG
((
LM_DEBUG
,
"(%P) server pid called
\n
"
));
10
return
ACE_OS
::
getpid
();
11
}
12
13