summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2936_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 07:54:18 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 07:54:18 +0000
commit7e46b5360e15c09f6069735f2fd3bcb3a3b3c4c4 (patch)
tree3a9f86b59274211178d448ca515b84a13d4d2dc2 /TAO/tests/Bug_2936_Regression
parente5ab8811afb4ff8576666ef5d98c1a8b6d63b46b (diff)
downloadATCD-7e46b5360e15c09f6069735f2fd3bcb3a3b3c4c4.tar.gz
Mon Sep 29 07:53:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Bug_2936_Regression')
-rw-r--r--TAO/tests/Bug_2936_Regression/PersistentPOA.cpp2
-rw-r--r--TAO/tests/Bug_2936_Regression/PersistentPOA.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_2936_Regression/PersistentPOA.cpp b/TAO/tests/Bug_2936_Regression/PersistentPOA.cpp
index 4e5feec818c..76b2887c39a 100644
--- a/TAO/tests/Bug_2936_Regression/PersistentPOA.cpp
+++ b/TAO/tests/Bug_2936_Regression/PersistentPOA.cpp
@@ -24,7 +24,7 @@ PersistentPoa::~PersistentPoa ( )
} /* end of PersistentPoa::~PersistentPoa ( ) */
-int PersistentPoa::init (int argc, char *argv[])
+int PersistentPoa::init (int argc, ACE_TCHAR *argv[])
{
int result = 0;
diff --git a/TAO/tests/Bug_2936_Regression/PersistentPOA.h b/TAO/tests/Bug_2936_Regression/PersistentPOA.h
index 9bf86658a39..36a85c50435 100644
--- a/TAO/tests/Bug_2936_Regression/PersistentPOA.h
+++ b/TAO/tests/Bug_2936_Regression/PersistentPOA.h
@@ -25,7 +25,7 @@ class bug2936_Export PersistentPoa
// protected types and methods
protected:
- virtual int init (int argc, char *argv[]);
+ virtual int init (int argc, ACE_TCHAR *argv[]);
virtual int fini (void);