summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/CSD_Strategy/TestInf/TestAppBase.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 11:28:00 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 11:28:00 +0000
commit7c27ae770cf7974573af5e125f8e3da65a7c914b (patch)
tree244dfb2e29d95b9da68a23719c0bd02b224c546f /TAO/performance-tests/CSD_Strategy/TestInf/TestAppBase.h
parentd2a70a512696f4e1769404288a62d9f875b20dc4 (diff)
downloadATCD-7c27ae770cf7974573af5e125f8e3da65a7c914b.tar.gz
Tue Sep 16 11:25:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/performance-tests/CSD_Strategy/TestInf/TestAppBase.h')
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestInf/TestAppBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/CSD_Strategy/TestInf/TestAppBase.h b/TAO/performance-tests/CSD_Strategy/TestInf/TestAppBase.h
index b19cfed2f0d..bfd5e6a28f1 100644
--- a/TAO/performance-tests/CSD_Strategy/TestInf/TestAppBase.h
+++ b/TAO/performance-tests/CSD_Strategy/TestInf/TestAppBase.h
@@ -15,7 +15,7 @@ class CSD_PT_TestInf_Export TestAppBase
virtual ~TestAppBase();
// Returns 0 for success, and -1 for failure.
- int run(int argc, char* argv[]);
+ int run(int argc, ACE_TCHAR* argv[]);
const char* name() const;