summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r--TAO/tao/Profile.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp
index 09c614e2e10..1e0d585d599 100644
--- a/TAO/tao/Profile.cpp
+++ b/TAO/tao/Profile.cpp
@@ -29,6 +29,12 @@ TAO_Unknown_Profile::parse_string (const char *,
return -1;
}
+char
+TAO_Unknown_Profile::object_key_delimiter (void) const
+{
+ return 0;
+}
+
char *
TAO_Unknown_Profile::to_string (CORBA::Environment &)
{