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
/
orbsvcs
/
ImplRepo_Service
/
tao_imr.cpp
blob
2ef1d70b5ab12a29a3bab8d684971c788ea05284
1
/* -*- C++ -*- */
2
#include
"tao_imr_i.h"
3
4
int
5
ACE_TMAIN
(
int
argc
,
ACE_TCHAR
*
argv
[])
6
{
7
TAO_IMR_i tao_imr_i
;
8
9
if
(
tao_imr_i
.
init
(
argc
,
argv
) !=
0
)
10
return
1
;
11
12
return
tao_imr_i
.
run
();
13
}