diff options
-rw-r--r-- | TAO/tao/Stub.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Stub.h b/TAO/tao/Stub.h index 7a5430bfc11..c6b6a29427e 100644 --- a/TAO/tao/Stub.h +++ b/TAO/tao/Stub.h @@ -189,7 +189,7 @@ public: /** * THREAD SAFE. * Set the forward_profiles. This object will assume ownership of - * this TAO_MProfile object!! if permanent_forward is true, + * this TAO_MProfile object!! if @a permanent_forward is true, * currently used profiles will be replaced permanently, otherwise * stub may fallback to current profiles later. The flag * permanent_forward=true is only valid if currently used profile @@ -197,7 +197,7 @@ public: * ignored. */ void add_forward_profiles (const TAO_MProfile &mprofiles, - const CORBA::Boolean permanent_forward=false); + const CORBA::Boolean permanent_forward = false); /** * THREAD SAFE |