diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-10-28 11:25:16 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-10-28 11:25:16 +0100 |
commit | 55978a89a7f8f707df7937e65108db655ad749cd (patch) | |
tree | f5dc700b6bee4e848c54d290028c7182e465ffad /TAO/tao/IORManipulation | |
parent | b2f8f77f82ba9b35adb764b18bf89e23ce5b63de (diff) | |
download | ATCD-55978a89a7f8f707df7937e65108db655ad749cd.tar.gz |
Layout and docu changes
Diffstat (limited to 'TAO/tao/IORManipulation')
-rw-r--r-- | TAO/tao/IORManipulation/IORManipulation.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/IORManipulation/IORManipulation.cpp b/TAO/tao/IORManipulation/IORManipulation.cpp index 6c86e8fbea0..37b5284328f 100644 --- a/TAO/tao/IORManipulation/IORManipulation.cpp +++ b/TAO/tao/IORManipulation/IORManipulation.cpp @@ -165,8 +165,7 @@ TAO_IOR_Manipulation_impl::remove_profiles ( TAO_ORB_Core *orb_core = TAO_ORB_Core_instance (); TAO_Stub *stub = orb_core->create_stub (id.in (), // give the id string - Diff_Profiles - ); + Diff_Profiles); // Make the stub memory allocation exception safe for the duration // of this method. |