diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-08 00:06:54 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-08 00:06:54 +0000 |
commit | 045be9929241387d268e045fedbe00992cf2da72 (patch) | |
tree | 85ad43328f97bef60172073dc8844e318f064ad4 /TAO/orbsvcs/IFR_Service/IFR_Service.h | |
parent | 043b91ce3cc2ba45c918335a7ee403d1c204a17d (diff) | |
download | ATCD-045be9929241387d268e045fedbe00992cf2da72.tar.gz |
Patched the skeleton _dispatch methods with new generated code, and
cosmetic changes to the header file.
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/IFR_Service.h')
-rw-r--r-- | TAO/orbsvcs/IFR_Service/IFR_Service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/IFR_Service/IFR_Service.h b/TAO/orbsvcs/IFR_Service/IFR_Service.h index 02586d66fb4..4289d138df3 100644 --- a/TAO/orbsvcs/IFR_Service/IFR_Service.h +++ b/TAO/orbsvcs/IFR_Service/IFR_Service.h @@ -89,7 +89,7 @@ protected: // Our servant locator implementation instance. TAO_IOR_Multicast *ior_multicast_; - // Event handler that responds to resolve_initial_references requests. + // Event handler that responds to multicast requests. ACE_Configuration *config_; // Database for the IFR. |