summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Basic
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-11 19:07:11 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-11 19:07:11 +0000
commit333aa1c7ae5e849c4e76ea03c3f781ae21d24267 (patch)
treee4528fa5fcb943f95a1ac7de3d34842968117b0c /TAO/orbsvcs/tests/Event/Basic
parent94f2aa66f6e9a2ede1ba2cc65a041141679e010c (diff)
downloadATCD-333aa1c7ae5e849c4e76ea03c3f781ae21d24267.tar.gz
ChangeLogTag:Mon Aug 11 19:04:24 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Basic')
-rw-r--r--TAO/orbsvcs/tests/Event/Basic/BCast.cpp1
-rw-r--r--TAO/orbsvcs/tests/Event/Basic/BCast.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Event/Basic/BCast.cpp b/TAO/orbsvcs/tests/Event/Basic/BCast.cpp
index f2f413f45de..5ab0bd4a842 100644
--- a/TAO/orbsvcs/tests/Event/Basic/BCast.cpp
+++ b/TAO/orbsvcs/tests/Event/Basic/BCast.cpp
@@ -6,6 +6,7 @@
#include "orbsvcs/Event/ECG_Mcast_Gateway.h"
#include "tao/ORB_Core.h"
#include "ace/Arg_Shifter.h"
+#include "ace/INET_Addr.h"
ACE_RCSID(EC_Tests_Basic, BCast, "$Id$")
diff --git a/TAO/orbsvcs/tests/Event/Basic/BCast.h b/TAO/orbsvcs/tests/Event/Basic/BCast.h
index 1bd9ea7d528..8cbcfa4c368 100644
--- a/TAO/orbsvcs/tests/Event/Basic/BCast.h
+++ b/TAO/orbsvcs/tests/Event/Basic/BCast.h
@@ -16,6 +16,8 @@
#include "Driver.h"
#include "orbsvcs/RtecUDPAdminS.h"
+class ACE_INET_Addr;
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */