diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-04-24 00:25:08 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-04-24 00:25:08 +0000 |
commit | 38966294e47febe40591672a949e59991161e0f2 (patch) | |
tree | 4f4e7f32cdd652767d89f5e88beb241cf2519ce4 /TAO/tao | |
parent | f101a379e9c269166739a4f8c929410b1d4127b6 (diff) | |
download | ATCD-38966294e47febe40591672a949e59991161e0f2.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/ORB.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp index b1f3052df73..dc67f4ef5ed 100644 --- a/TAO/tao/ORB.cpp +++ b/TAO/tao/ORB.cpp @@ -601,9 +601,9 @@ CORBA::wstring_free (CORBA::WChar *const str) } void -CORBA_ORB::init_orb_globals (void) +CORBA_ORB::init_orb_globals (CORBA::Environment &env) { - ACE_MT (ACE_GUARD (ACE_Recursive_Thread_Mutex, tao_mon, *ACE_Static_Object_Lock::instance ()); + ACE_MT (ACE_GUARD (ACE_Recursive_Thread_Mutex, tao_mon, *ACE_Static_Object_Lock::instance ())); // Put these initializations here so that exceptions are enabled // immediately. |