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
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
tests
/
ORB_portspan
/
simpleI.cpp
blob
d9732bf14df6709691789cd8c37d8f917ba675eb
1
#include
"simpleI.h"
2
3
// Implementation skeleton constructor
4
simple_i
::
simple_i
()
5
{
6
}
7
8
void
simple_i
::
test
()
9
{
10
//Add your implementation here
11
}