17 #ifndef I_TRANSPORT_CONNECTION_INFO_HPP_ 
   18 #define I_TRANSPORT_CONNECTION_INFO_HPP_ 
   23 #include <boost/shared_ptr.hpp> 
virtual TransportProtocolId getTransportId()=0
 
virtual ServerType getServerType()=0
 
virtual std::int32_t getAccessPointId()=0
 
virtual ~ITransportConnectionInfo()
 
virtual const std::vector< std::uint8_t > & getConnectionInfo()=0
 
std::shared_ptr< ITransportConnectionInfo > ITransportConnectionInfoPtr