Transport_Mux_Strategy.cpp

Go to the documentation of this file.
00001 // $Id: Transport_Mux_Strategy.cpp 78997 2007-07-23 12:21:34Z johnnyw $
00002 
00003 #include "tao/Transport_Mux_Strategy.h"
00004 
00005 ACE_RCSID (tao,
00006            Transport_Mux_Strategy,
00007            "$Id: Transport_Mux_Strategy.cpp 78997 2007-07-23 12:21:34Z johnnyw $")
00008 
00009 
00010 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00011 
00012 TAO_Transport_Mux_Strategy::TAO_Transport_Mux_Strategy (
00013   TAO_Transport *transport)
00014   : transport_ (transport)
00015 {
00016 }
00017 
00018 TAO_Transport_Mux_Strategy::~TAO_Transport_Mux_Strategy (void)
00019 {
00020 }
00021 
00022 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:37:53 2010 for TAO by  doxygen 1.4.7