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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
examples
/
Simple
/
time
/
client.cpp
blob
ae493d1586eb5902a1f9b6f17b595f09e1aa6b08
1
# include
"Time_Client_i.h"
2
3
// The client program for the application.
4
5
int
6
ACE_TMAIN
(
int
argc
,
ACE_TCHAR
*
argv
[])
7
{
8
Time_Client_i client
;
9
10
ACE_DEBUG
((
LM_DEBUG
,
11
ACE_TEXT
(
"
\n\t
Time and date client
\n\n
"
)));
12
13
if
(
client
.
run
(
"Time"
,
argc
,
argv
) == -
1
)
14
return
-
1
;
15
else
16
return
0
;
17
}