summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-31 08:18:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-31 08:18:23 +0000
commit349022173545ee45f5b2628f09394b1438169a42 (patch)
tree6a93fa910427618611821e490d3b8100c915a3ff /examples
parent2d8192dbdfa2844d4990ad5735da720c5f92beaf (diff)
downloadATCD-349022173545ee45f5b2628f09394b1438169a42.tar.gz
ChangeLogTag: Mon Jan 31 07:55:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples')
-rw-r--r--examples/APG/Reactor/Timers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/APG/Reactor/Timers.cpp b/examples/APG/Reactor/Timers.cpp
index f14ac9eb43d..89117955d3e 100644
--- a/examples/APG/Reactor/Timers.cpp
+++ b/examples/APG/Reactor/Timers.cpp
@@ -70,7 +70,7 @@ int ACE_TMAIN (int, ACE_TCHAR *[])
#else
#include <stdio.h>
-int main (int, char *[])
+int ACE_TMAIN (int, ACE_TCHAR *[])
{
puts ("This very unportable example requires fork().\n");
return 0;