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
Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_1627_Regression
/
Test_i.cpp
blob
6a328d65bac1cd494bf7af592b11c86e918dc465
1
#include
"Test_i.h"
2
3
Test_i
::
Test_i
()
4
{
5
// Noop
6
}
7
8
Test_i
::~
Test_i
()
9
{
10
// Noop
11
}
12
13
void
14
Test_i
::
test_method
()
15
{
16
// Noop
17
}