equal
deleted
inserted
replaced
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 |