diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2006-04-26 14:18:54 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2006-04-26 14:18:54 +0000 |
commit | 72776b8c16cc1a31ec0637b102b9daa8cec74890 (patch) | |
tree | 2d1d5b0ab5e71b1b25d66f8ca3fa74885b4e82bf /TAO/tao/Profile.cpp | |
parent | 62c2a779ed44547c3f184dd61d4b5ff4b1b88ee8 (diff) | |
download | ATCD-72776b8c16cc1a31ec0637b102b9daa8cec74890.tar.gz |
ChangeLog tag: Wed Apr 26 13:47:28 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
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 9879ff26ef4..1c4d2976c69 100644 --- a/TAO/tao/Profile.cpp +++ b/TAO/tao/Profile.cpp @@ -760,6 +760,12 @@ TAO_Profile::encode_alternate_endpoints(void) return 0; } +void +TAO_Profile::remove_generic_endpoint (TAO_Endpoint *) +{ + // default for virtual methods, thus a no-op +} + //@@ TAO_PROFILE_SPL_COMMENT_HOOK_END //@@ TAO_PROFILE_SPL_METHODS_ADD_HOOK |