diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-04-13 12:59:12 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-04-13 12:59:12 +0200 |
commit | 011132f78db51f75839f7a7c181d3711980aa38d (patch) | |
tree | cfaf2ef6bd20abdc5d76d17c764b8ce7d1dc38e5 | |
parent | f7329a40ea5e640c8ba97d6e96480c1bca040b40 (diff) | |
parent | 13ac88a0387ad39737ce4a6d08aa567d9855be56 (diff) | |
download | ATCD-011132f78db51f75839f7a7c181d3711980aa38d.tar.gz |
Merge pull request #233 from jwillemsen/master
Doxygen fixes
-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 |