diff options
author | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-12 19:06:53 +0000 |
---|---|---|
committer | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-12 19:06:53 +0000 |
commit | 7faa54c4c18b2b3e5c6817e3b78a187f24f90b8d (patch) | |
tree | 58bb2dfdd8492beeb4eb7e05b6c7387ad28e596d /TAO/tao/Profile.cpp | |
parent | c79a4c22c1f154a297a99162b143e93cd0b68eaf (diff) | |
download | ATCD-7faa54c4c18b2b3e5c6817e3b78a187f24f90b8d.tar.gz |
ChangeLogTag:Thu Oct 12 13:16:05 2000 Marina Spivak <marina@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 3f69792e415..db7633eed0e 100644 --- a/TAO/tao/Profile.cpp +++ b/TAO/tao/Profile.cpp @@ -225,6 +225,12 @@ TAO_Unknown_Profile::endpoint (void) return 0; } +size_t +TAO_Unknown_Profile::endpoint_count (void) +{ + return 0; +} + int TAO_Unknown_Profile::parse_string (const char *, CORBA::Environment &) |