diff options
author | iliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-04-11 10:51:22 +0000 |
---|---|---|
committer | iliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-04-11 10:51:22 +0000 |
commit | 9d42b3ec633b1a3d115b00dcb573a5bafddd077c (patch) | |
tree | 011d3a74cc52e67793ea333317d42aa797c5fe60 /TAO/tao/TAO_Internal.cpp | |
parent | ae138b9ce63d33a42b1f438c1fd57be4dd9c8c20 (diff) | |
download | ATCD-9d42b3ec633b1a3d115b00dcb573a5bafddd077c.tar.gz |
ChangeLogTag: Fri Apr 11 10:50:37 UTC 2008 Iliyan Jeliazkov <iliyan@ociweb.com>
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r-- | TAO/tao/TAO_Internal.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp index 812b282c7eb..0b1b2fc55e8 100644 --- a/TAO/tao/TAO_Internal.cpp +++ b/TAO/tao/TAO_Internal.cpp @@ -248,7 +248,8 @@ public: // Be certain to copy the program name so that service configurator // has something to skip! - ACE_CString argv0 ((argc <= 0 || argv == 0) ? "" : ACE_TEXT_ALWAYS_CHAR (argv[0])); + ACE_CString argv0 ((argc <= 0 || argv == 0) + ? ACE_TEXT ("") : ACE_TEXT_ALWAYS_CHAR (argv[0])); // Construct an argument vector specific to the process-wide // (global) Service Configurator instance. |