diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-05-31 17:13:32 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-05-31 17:13:32 +0000 |
commit | 7d489cf372ea9e017b3f5281072654cac3be8bf1 (patch) | |
tree | 7325b558a22238d7a6a0ac5d3bac6f7241e16ffe /TAO/tao/TAO_Internal.cpp | |
parent | ac237024233a3a4d13372662e5f62e81edcd63f8 (diff) | |
download | ATCD-7d489cf372ea9e017b3f5281072654cac3be8bf1.tar.gz |
.
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r-- | TAO/tao/TAO_Internal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp index 06a278591c7..c7cb3700372 100644 --- a/TAO/tao/TAO_Internal.cpp +++ b/TAO/tao/TAO_Internal.cpp @@ -36,7 +36,7 @@ TAO_Internal::default_svc_conf_entries (const char *resource_factory_args, int TAO_Internal::open_services (int &argc, char **argv, - int ignore_default_svc_conf, + int ignore_default_svc_conf_file, int skip_service_config_open) { ACE_MT (ACE_GUARD_RETURN (ACE_SYNCH_RECURSIVE_MUTEX, guard, *ACE_Static_Object_Lock::instance (), -1)); |