summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FT_App
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-05-22 09:56:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-05-22 09:56:27 +0000
commit816aa1df8420efc6d45cf288ff36f55c955ca484 (patch)
treed592ad3331192cbae4e817d56569b7bc4f93bc20 /TAO/orbsvcs/tests/FT_App
parentbce4f8972c721ebbc2550bf1b95eeec493cff44e (diff)
downloadATCD-816aa1df8420efc6d45cf288ff36f55c955ca484.tar.gz
Wed May 20 09:56:43 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/orbsvcs/Trader/Constraint_l.cpp: * orbsvcs/tests/FT_App/FT_Client.cpp: Use ACE_OS::fileno
Diffstat (limited to 'TAO/orbsvcs/tests/FT_App')
-rw-r--r--TAO/orbsvcs/tests/FT_App/FT_Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/FT_App/FT_Client.cpp b/TAO/orbsvcs/tests/FT_App/FT_Client.cpp
index ee84b1fba22..d9c33457395 100644
--- a/TAO/orbsvcs/tests/FT_App/FT_Client.cpp
+++ b/TAO/orbsvcs/tests/FT_App/FT_Client.cpp
@@ -534,7 +534,7 @@ int FTClientMain::run (void)
{
ACE_OS::fprintf (stdout, "FT Client: Initial counter %ld\n", counter);
}
- if (ACE_OS::isatty(fileno(stdin)))
+ if (ACE_OS::isatty(ACE_OS::fileno(stdin)))
{
ACE_OS::fprintf (stdout, "FT Client: Commands(? for help):\n");
}