summaryrefslogtreecommitdiff
path: root/TAO/tao/Tagged_Profile.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Tagged_Profile.i')
-rw-r--r--TAO/tao/Tagged_Profile.i6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Tagged_Profile.i b/TAO/tao/Tagged_Profile.i
index f6bc82a965d..2232b8a7d3d 100644
--- a/TAO/tao/Tagged_Profile.i
+++ b/TAO/tao/Tagged_Profile.i
@@ -4,11 +4,11 @@
ACE_INLINE
TAO_Tagged_Profile::TAO_Tagged_Profile (TAO_ORB_Core *orb_core)
: orb_core_ (orb_core),
+ discriminator_ (0),
object_key_ (),
profile_ (),
profile_index_ (0),
- type_id_ (),
- discriminator_ (0)
+ type_id_ ()
{
}
@@ -57,7 +57,7 @@ TAO_Tagged_Profile::type_id (void) const
}
ACE_INLINE CORBA::Short
-TAO_Tagged_Profile::discriminator (void) const
+TAO_Tagged_Profile::discriminator (void) const
{
return this->discriminator_;
}