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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_3755_Ext_Regression
/
server.cpp
blob
3472cde21c1336d85e9eb46da945c468294b8277
1
#include
"common.h"
2
#include
"ace/OS_main.h"
3
4
int
5
ACE_TMAIN
(
int
argc
,
ACE_TCHAR
*
argv
[])
6
{
7
return
do_main
(
argc
,
argv
,
0
);
8
}