src/bridge/helper/bridge-helper.h
changeset 10989 71d2c67a51aa
parent 6852 8f1a53d3f6ca
child 11409 d50b2c38ed1d
equal deleted inserted replaced
10988:60f2bc933de1 10989:71d2c67a51aa
    69    * \param c Container of NetDevices to add as bridge ports
    69    * \param c Container of NetDevices to add as bridge ports
    70    * \returns A container holding the added net device.
    70    * \returns A container holding the added net device.
    71    */
    71    */
    72   NetDeviceContainer Install (std::string nodeName, NetDeviceContainer c);
    72   NetDeviceContainer Install (std::string nodeName, NetDeviceContainer c);
    73 private:
    73 private:
    74   ObjectFactory m_deviceFactory;
    74   ObjectFactory m_deviceFactory; //!< Object factory
    75 };
    75 };
    76 
    76 
    77 } // namespace ns3
    77 } // namespace ns3
    78 
    78 
    79 
    79