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 #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_1904_Regression
/
test.cpp
blob
2b1315f4c33bae3b4e00e3b360cf8fa6581da6ae
1
#include
"testS.h"
2
3
class
con_i
:
public virtual
POA_con
4
{
5
};
6
7
int
8
ACE_TMAIN
(
int
,
ACE_TCHAR
*[])
9
{
10
return
0
;
11
}