diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2010-07-21 15:57:54 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2010-07-21 15:57:54 +0000 |
commit | 38a6359bba13bfb02561f9151a969b297a3a3cfd (patch) | |
tree | 0589f6cbccf13ef3d67f0156064d67b8fbf92e97 /TAO | |
parent | d59cdcbeb4f321b2dcb544ecffdc8c0e9adaac21 (diff) | |
download | ATCD-38a6359bba13bfb02561f9151a969b297a3a3cfd.tar.gz |
Wed Jul 21 15:54:27 UTC 2010 Phil Mesnier <mesnier_p@ociweb.com>
* tao/TAO_Internal.cpp:
reverted for_TAO specific call to service gestalt open.
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/tao/TAO_Internal.cpp | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index a8a38129654..19959be9c3e 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Wed Jul 21 15:54:27 UTC 2010 Phil Mesnier <mesnier_p@ociweb.com> + + * tao/TAO_Internal.cpp: + + reverted for_TAO specific call to service gestalt open. + Wed Jul 21 15:43:39 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com> * tests/Sequence_Unit_Tests/value_sequence_tester.hpp: diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp index 995d65487e0..5d39857ddbc 100644 --- a/TAO/tao/TAO_Internal.cpp +++ b/TAO/tao/TAO_Internal.cpp @@ -582,11 +582,11 @@ namespace // Copy command line parameter to allow conversion ACE_Argv_Type_Converter command_line (argc, argv); - return pcfg->open_for_TAO (command_line.get_argc (), - command_line.get_TCHAR_argv (), - 0, - false, // Don't ignore static services. - ignore_default_svc_conf_file); + return pcfg->open (command_line.get_argc (), + command_line.get_TCHAR_argv (), + 0, + false, // Don't ignore static services. + ignore_default_svc_conf_file); } /// @brief registers all process-wide (global) services, available |