00001 /* 00002 * 00003 * Copyright 2009 Object Computing, Inc. 00004 * 00005 * Distributed under the OpenDDS License. 00006 * See: http://www.opendds.org/license.html 00007 */ 00008 00009 #ifndef OPENDDS_TCPRECEIVESTRATEGY_RCH_H 00010 #define OPENDDS_TCPRECEIVESTRATEGY_RCH_H 00011 00012 #include "dds/DCPS/RcHandle_T.h" 00013 #include "dds/Versioned_Namespace.h" 00014 00015 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL 00016 00017 namespace OpenDDS { 00018 namespace DCPS { 00019 00020 class TcpReceiveStrategy; 00021 00022 typedef RcHandle<TcpReceiveStrategy> TcpReceiveStrategy_rch; 00023 00024 } // namespace DCPS 00025 } // namespace OpenDDS 00026 00027 OPENDDS_END_VERSIONED_NAMESPACE_DECL 00028 00029 #endif /* OPENDDS_TCPRECEIVESTRATEGY_RCH_H */