diff options
author | spark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-14 03:49:28 +0000 |
---|---|---|
committer | spark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-14 03:49:28 +0000 |
commit | b55f06ff9a2673ca7458e85bdd528a74a23d44a3 (patch) | |
tree | 1eb127865049e3ba9232f764ded9105811354b4f /TAO/tao/TAO_Internal.h | |
parent | 2608435a8e47a13b2f58e7047982016e7ea397b7 (diff) | |
download | ATCD-b55f06ff9a2673ca7458e85bdd528a74a23d44a3.tar.gz |
ChangeLogTag: Wed Mar 13 21:41:00 2002 Si Mong Park <spark@ociweb.com>
Diffstat (limited to 'TAO/tao/TAO_Internal.h')
-rw-r--r-- | TAO/tao/TAO_Internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/TAO_Internal.h b/TAO/tao/TAO_Internal.h index d9dba3f6217..426dd70bcea 100644 --- a/TAO/tao/TAO_Internal.h +++ b/TAO/tao/TAO_Internal.h @@ -39,7 +39,7 @@ public: /// argument vector, and initialize the ACE Service Configurator. /// This method should be called before the ORB Core is initialized, /// and before any ORBInitializers are invoked. - static int open_services (int &argc, char **argv); + static int open_services (int &argc, ACE_TCHAR **argv); /** * The complement to open_services(), this will perform appropriate |