summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/impl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-04-11 06:49:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-04-11 06:49:53 +0000
commit29e621a0dc554e35d7d2244aacc1cd19818a8e38 (patch)
tree1762dd5304adbad37cff91d097498001a769e0c8 /CIAO/connectors/dds4ccm/impl
parentc800f0957b8c723639338d0f4a1950c444474d44 (diff)
downloadATCD-29e621a0dc554e35d7d2244aacc1cd19818a8e38.tar.gz
Thu Apr 11 06:49:15 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* connectors/dds4ccm/impl/DDS_Listen_T.h: Added missing includes in case an user includes this template stand alone in his own custom connector
Diffstat (limited to 'CIAO/connectors/dds4ccm/impl')
-rw-r--r--CIAO/connectors/dds4ccm/impl/DDS_Listen_T.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CIAO/connectors/dds4ccm/impl/DDS_Listen_T.h b/CIAO/connectors/dds4ccm/impl/DDS_Listen_T.h
index b1d1ff61d26..970678ed91c 100644
--- a/CIAO/connectors/dds4ccm/impl/DDS_Listen_T.h
+++ b/CIAO/connectors/dds4ccm/impl/DDS_Listen_T.h
@@ -9,6 +9,8 @@
#define DDS_LISTEN_T_H_
#include "dds4ccm/impl/DDS_Subscriber_Base_T.h"
+#include "dds4ccm/impl/DataReaderListener_T.h"
+#include "dds4ccm/impl/DataListenerControl_T.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Reactor;