summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IOR_Multicast.h
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-22 22:43:56 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-22 22:43:56 +0000
commitd02dfaff67e6a75a0b3d1c6d80180ccb69d1c412 (patch)
tree6fd76c1a32250feb0c48a60fca3c1817cff07310 /TAO/orbsvcs/orbsvcs/IOR_Multicast.h
parent1707181d2c8f8d48f16c55d9a5f3aba44b0b48ae (diff)
downloadATCD-d02dfaff67e6a75a0b3d1c6d80180ccb69d1c412.tar.gz
ChangeLogTag:Mon Mar 22 16:40:36 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IOR_Multicast.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/IOR_Multicast.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IOR_Multicast.h b/TAO/orbsvcs/orbsvcs/IOR_Multicast.h
index 779cb4820bd..aabf42e0b73 100644
--- a/TAO/orbsvcs/orbsvcs/IOR_Multicast.h
+++ b/TAO/orbsvcs/orbsvcs/IOR_Multicast.h
@@ -32,6 +32,8 @@
#include "ace/SOCK_Dgram_Mcast.h"
#include "ace/Reactor.h"
+#include "tao/IOR_LookupTable.h"
+
class TAO_ORBSVCS_Export TAO_IOR_Multicast : public ACE_Event_Handler
{
// = TITLE
@@ -92,10 +94,11 @@ private:
ACE_SOCK_Dgram response_;
// socket for response to the multicast
-};
-
-#endif /* TAO_IOR_MULTICAST_H */
+ TAO_IOR_LookupTable ior_lookup_table_;
+ // Lookup Table for the IORs which are not resolved otherwise.
+};
+#endif /* TAO_IOR_MULTICAST_H */