summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/Activator_Options.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-10 08:55:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-10 08:55:40 +0000
commitc5e962b0249657e2e95781aad81891d80b2c68d3 (patch)
tree35dcc64a0ef3fd6499a4a8471d9284d0d1cf0de1 /TAO/orbsvcs/ImplRepo_Service/Activator_Options.h
parent76254251c4bb640401ba4c09b9d084acdb3d1a0b (diff)
downloadATCD-c5e962b0249657e2e95781aad81891d80b2c68d3.tar.gz
Fri Oct 11 08:51:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/Activator_Options.h')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Activator_Options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Activator_Options.h b/TAO/orbsvcs/ImplRepo_Service/Activator_Options.h
index f2159a51d9a..52328f13799 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Activator_Options.h
+++ b/TAO/orbsvcs/ImplRepo_Service/Activator_Options.h
@@ -66,7 +66,7 @@ public:
unsigned int debug (void) const;
/// Returns the file where the IOR should be stored.
- const ACE_CString& ior_filename (void) const;
+ const ACE_TString& ior_filename (void) const;
/// The nt service command to run (install/remove)
SERVICE_COMMAND service_command(void) const;
@@ -101,7 +101,7 @@ private:
unsigned int debug_;
/// File where the IOR of the server object is stored.
- ACE_CString ior_output_file_;
+ ACE_TString ior_output_file_;
/// Should we run as a service?
bool service_;