summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/CSD_Strategy/TestInf/AppHelper.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-08 19:16:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-08 19:16:22 +0000
commit37f2698d6d21b65a861f1067b52c1f43996031b9 (patch)
tree53d3adef10c2ccae0b5a27c8f7d8e8505a8af742 /TAO/performance-tests/CSD_Strategy/TestInf/AppHelper.h
parente747499d4e614a996e5b7a616d52cbd5ac1b3aa9 (diff)
downloadATCD-37f2698d6d21b65a861f1067b52c1f43996031b9.tar.gz
Wed Oct 8 19:14:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/performance-tests/CSD_Strategy/TestInf/AppHelper.h')
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestInf/AppHelper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/CSD_Strategy/TestInf/AppHelper.h b/TAO/performance-tests/CSD_Strategy/TestInf/AppHelper.h
index 83787764d43..88aa3b38408 100644
--- a/TAO/performance-tests/CSD_Strategy/TestInf/AppHelper.h
+++ b/TAO/performance-tests/CSD_Strategy/TestInf/AppHelper.h
@@ -17,7 +17,7 @@ struct RefHelper
typedef typename T::_var_type T_var;
static T_ptr string_to_ref(CORBA::ORB_ptr orb,
- const char* ior)
+ const ACE_TCHAR* ior)
{
CORBA::Object_var obj = orb->string_to_object(ior);
@@ -75,7 +75,7 @@ struct CSD_PT_TestInf_Export AppHelper
static void ref_to_file(CORBA::ORB_ptr orb,
CORBA::Object_ptr obj,
- const char* filename);
+ const ACE_TCHAR* filename);
static PortableServer::POA_ptr create_poa
(const char* name,