diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-16 02:05:12 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-16 02:05:12 +0000 |
commit | d6aaa66bd704d87f53a1423ebfbf4055e1c1b149 (patch) | |
tree | 7b050d1a8c35923c20dc64d433723cd4a1efbd6c /TAO/tao/Profile.cpp | |
parent | 747faa10eccc4c733c7cadec25c3fa4d693df5cd (diff) | |
download | ATCD-d6aaa66bd704d87f53a1423ebfbf4055e1c1b149.tar.gz |
ChangeLogTag: Wed Dec 15 20:07:01 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r-- | TAO/tao/Profile.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp index 09c614e2e10..d1738e8e7e0 100644 --- a/TAO/tao/Profile.cpp +++ b/TAO/tao/Profile.cpp @@ -29,6 +29,12 @@ TAO_Unknown_Profile::parse_string (const char *, return -1; } +const char +TAO_Unknown_Profile::get_object_key_delimiter (void) +{ + return 0; +} + char * TAO_Unknown_Profile::to_string (CORBA::Environment &) { |