summaryrefslogtreecommitdiff
path: root/TAO/tao/target_specification.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-04-12 13:56:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-04-12 13:56:27 +0000
commit8c6bc3da03f785c4a6ed0819afec4f166b2b1714 (patch)
treee9aa8dfc215a5252594d6085e90b0c8a71197b7c /TAO/tao/target_specification.h
parent5c4db84da0b9a7b3506bc550d6a41e0ca32aadec (diff)
downloadATCD-8c6bc3da03f785c4a6ed0819afec4f166b2b1714.tar.gz
ChangeLogTag: Mon Apr 12 13:51:42 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/target_specification.h')
-rw-r--r--TAO/tao/target_specification.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/target_specification.h b/TAO/tao/target_specification.h
index ffc8a8feba6..4a352a6b333 100644
--- a/TAO/tao/target_specification.h
+++ b/TAO/tao/target_specification.h
@@ -112,13 +112,13 @@ public:
TAO_Target_Address specifier (void);
private:
+ /// The union of all the possibilities
union
{
TAO::ObjectKey *object_key_;
IOP::TaggedProfile *profile_;
IOP::IOR *ior_;
} u_;
- // The union of all the possibilities
/// The enum identifier
TAO_Target_Address specifier_;