summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_RTCORBA_Factory.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 12:12:29 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 12:12:29 +0000
commit929feeeb17b8ec5ac8548202e803fca3f0dce1c5 (patch)
tree48192b8f12e759fbdf0bb11e8d3af6793f6179b5 /TAO/orbsvcs/orbsvcs/Event/EC_RTCORBA_Factory.cpp
parentcf6ae663e5accc84f1d5a05f19f6ff38ae41ab85 (diff)
downloadATCD-929feeeb17b8ec5ac8548202e803fca3f0dce1c5.tar.gz
Tue Sep 16 12:03:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_RTCORBA_Factory.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_RTCORBA_Factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_RTCORBA_Factory.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_RTCORBA_Factory.cpp
index 0c3401f769f..36aec7f29d2 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_RTCORBA_Factory.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_RTCORBA_Factory.cpp
@@ -23,7 +23,7 @@ TAO_EC_RTCORBA_Factory::~TAO_EC_RTCORBA_Factory (void)
int
-TAO_EC_RTCORBA_Factory::init (int argc, char* argv[])
+TAO_EC_RTCORBA_Factory::init (int argc, ACE_TCHAR* argv[])
{
return this->body_->init (argc, argv);
}