summaryrefslogtreecommitdiff
path: root/tests/FlReactor_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2001-11-21 07:44:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2001-11-21 07:44:54 +0000
commit210a602c52ca0559d698d143fdc62825a0cd3e3d (patch)
tree742f8b0ec56e43764ffbb13656ef0b6fe07f6f0b /tests/FlReactor_Test.cpp
parentff9dcb2559173e478079464a3e058329147057ea (diff)
downloadATCD-210a602c52ca0559d698d143fdc62825a0cd3e3d.tar.gz
ChangeLogTag: Wed Nov 21 08:24:08 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests/FlReactor_Test.cpp')
-rw-r--r--tests/FlReactor_Test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/FlReactor_Test.cpp b/tests/FlReactor_Test.cpp
index 83804f6b8a5..70b5218429d 100644
--- a/tests/FlReactor_Test.cpp
+++ b/tests/FlReactor_Test.cpp
@@ -28,8 +28,8 @@ ACE_RCSID(tests, FlReactor_Test, "$Id$")
#if !defined (ACE_HAS_FL)
-int
-main (int, char*[])
+int
+main (int, ACE_TCHAR*[])
{
ACE_START_TEST (ACE_TEXT ("FlReactor_Test"));
@@ -229,7 +229,7 @@ Acceptor::make_svc_handler (Connection_Handler *&sh)
return 0;
}
-int main (int argc, char *argv[])
+int main (int argc, ACE_TCHAR *argv[])
{
ACE_START_TEST (ACE_TEXT ("FlReactor_Test"));