summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableGroup/UIPMC_Profile.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableGroup/UIPMC_Profile.i')
-rw-r--r--TAO/tao/PortableGroup/UIPMC_Profile.i19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/tao/PortableGroup/UIPMC_Profile.i b/TAO/tao/PortableGroup/UIPMC_Profile.i
new file mode 100644
index 00000000000..ee4090d1509
--- /dev/null
+++ b/TAO/tao/PortableGroup/UIPMC_Profile.i
@@ -0,0 +1,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;
+}
+
+
+
+