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 | 948d3bd7aa528c32f6897ff8bc5b57135999512c (patch) | |
tree | 58bb2dfdd8492beeb4eb7e05b6c7387ad28e596d /TAO/tao/Profile.cpp | |
parent | 5045788d4464f342b09751f223a95e79abe03fd5 (diff) | |
download | ATCD-948d3bd7aa528c32f6897ff8bc5b57135999512c.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 &) |