diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-04-11 13:40:21 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-04-11 13:40:21 +0200 |
commit | b9c1668aa88dd58e3f906ee147e666208a313099 (patch) | |
tree | 7c8f66d4179661dd9aa1e24009538f6b44d46a4a /TAO | |
parent | 54b4476eb1f5e67ec16f69dbeaae30ac70cc44c3 (diff) | |
download | ATCD-b9c1668aa88dd58e3f906ee147e666208a313099.tar.gz |
Docu change
Diffstat (limited to 'TAO')
-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..43916cec1df 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 |