summaryrefslogtreecommitdiff
path: root/configmgr/workben/apitest/cfgadmin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/workben/apitest/cfgadmin.cxx')
-rw-r--r--configmgr/workben/apitest/cfgadmin.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/configmgr/workben/apitest/cfgadmin.cxx b/configmgr/workben/apitest/cfgadmin.cxx
index 5adf096f25..720b8b8957 100644
--- a/configmgr/workben/apitest/cfgadmin.cxx
+++ b/configmgr/workben/apitest/cfgadmin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfgadmin.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jb $ $Date: 2001-09-28 13:32:56 $
+ * last change: $Author: hr $ $Date: 2003-03-19 16:20:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -477,7 +477,7 @@ int _cdecl main( int argc, char * argv[] )
);
if (!xORB.is())
{
- cout.flush();
+ ::flush(cout);
cerr << "Could not create the service factory !\n\n";
return 1;
}
@@ -493,7 +493,7 @@ int _cdecl main( int argc, char * argv[] )
if (!xCfgProvider.is())
{
- cout.flush();
+ ::flush(cout);
cerr << "Could not create the configuration provider !\n\n";
return 3;
}
@@ -543,7 +543,7 @@ int _cdecl main( int argc, char * argv[] )
}
catch (Exception& e)
{
- cout.flush();
+ ::flush(cout);
cerr << "Caught exception: " << e.Message << endl;
return 1;
}