summaryrefslogtreecommitdiff
path: root/ACE/examples/Mem_Map
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-03-02 19:02:58 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-03-02 19:02:58 +0000
commit0df799e52a000b88254b03c104493df8f132bf15 (patch)
tree000efd47b41f8b1312860cf97bdba40f17686ad8 /ACE/examples/Mem_Map
parent16675a9ca815c49803964872c4700e87251fae97 (diff)
downloadATCD-0df799e52a000b88254b03c104493df8f132bf15.tar.gz
Sun Mar 2 18:53:12 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'ACE/examples/Mem_Map')
-rw-r--r--ACE/examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc1
-rw-r--r--ACE/examples/Mem_Map/IO-tests/test_io.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/ACE/examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc b/ACE/examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc
index 6e2bcc9f3aa..4066ccc2613 100644
--- a/ACE/examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc
+++ b/ACE/examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc
@@ -2,5 +2,6 @@
// $Id$
project : aceexe {
+ exename = test_io
avoids += ace_for_tao
}
diff --git a/ACE/examples/Mem_Map/IO-tests/test_io.cpp b/ACE/examples/Mem_Map/IO-tests/test_io.cpp
index a6c1103e822..dde13f60dc3 100644
--- a/ACE/examples/Mem_Map/IO-tests/test_io.cpp
+++ b/ACE/examples/Mem_Map/IO-tests/test_io.cpp
@@ -162,7 +162,7 @@ run_tests (int iterations, FILE *input_fp, FILE *output_fp)
}
int
-main (int argc, ACE_TCHAR *argv[])
+ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
program_name = ACE::basename (argv[0],
ACE_DIRECTORY_SEPARATOR_CHAR);