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 00014 namespace OpenDDS { 00015 namespace DCPS { 00016 00017 class TcpReceiveStrategy; 00018 00019 typedef RcHandle<TcpReceiveStrategy> TcpReceiveStrategy_rch; 00020 00021 } // namespace DCPS 00022 } // namespace OpenDDS 00023 00024 #endif /* OPENDDS_TCPRECEIVESTRATEGY_RCH_H */