summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service/Event_Logging_Service
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 08:02:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 08:02:27 +0000
commit3ccd3caa66a249f02abfe439d4bc44bc855cfb99 (patch)
tree3bb6590023a07cdf663eeec501b54c46f26c9e21 /TAO/orbsvcs/Logging_Service/Event_Logging_Service
parent51ddf0daf03683512eb41a0e7f7a7823ef10f2eb (diff)
downloadATCD-3ccd3caa66a249f02abfe439d4bc44bc855cfb99.tar.gz
Mon Sep 29 07:59:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/Logging_Service/Event_Logging_Service')
-rw-r--r--TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp2
-rw-r--r--TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp
index 08dd63f399d..5d3d64d821e 100644
--- a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp
+++ b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp
@@ -92,7 +92,7 @@ Event_Logging_Service::parse_args (int argc, ACE_TCHAR *argv[])
}
int
-Event_Logging_Service::init (int argc, char *argv[])
+Event_Logging_Service::init (int argc, ACE_TCHAR *argv[])
{
// initialize the ORB.
this->init_ORB (argc, argv);
diff --git a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.h b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.h
index 2104309ecee..18e9a139b10 100644
--- a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.h
+++ b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.h
@@ -40,7 +40,7 @@ class Event_Logging_Service
virtual ~Event_Logging_Service (void);
// Destructor.
- int init (int argc, char *argv[]);
+ int init (int argc, ACE_TCHAR *argv[]);
// Initializes the Telecom Log Service.
// Returns 0 on success, -1 on error.