summaryrefslogtreecommitdiff
path: root/ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-06-28 14:14:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-06-28 14:14:06 +0000
commit73eb57939a29d1595cdbed106046f1d689beb536 (patch)
tree8006ca6a0dc5797a591b00d454d989c33c2a2d52 /ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp
parentea78a0d50b0490fee7d49006a3b9cae1b31d6657 (diff)
downloadATCD-73eb57939a29d1595cdbed106046f1d689beb536.tar.gz
Thu Jun 28 14:12:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp')
-rw-r--r--ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp b/ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp
index 0d3216fe4e5..41d363af060 100644
--- a/ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp
+++ b/ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp
@@ -93,7 +93,7 @@ static ACE_THR_FUNC_RETURN controller (void *arg) {
}
-int main (int argc, char *argv[])
+int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
const size_t N_THREADS = 4;
ACE_TP_Reactor tp_reactor;