summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.i
blob: ee4090d1509c9c76ef41cb6d8cb3367228224b6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- C++ -*-
// $Id$

ACE_INLINE const TAO_ObjectKey &
TAO_UIPMC_Profile::object_key (void) const
{
  return this->object_key_;
}

ACE_INLINE TAO_ObjectKey *
TAO_UIPMC_Profile::_key (void) const
{
  // No object key for a UIPMC profile.
  return 0;
}