src/openflow/helper/openflow-switch-helper.h
changeset 10989 71d2c67a51aa
parent 7313 35a270109ac5
equal deleted inserted replaced
10988:60f2bc933de1 10989:71d2c67a51aa
    92    */
    92    */
    93   NetDeviceContainer
    93   NetDeviceContainer
    94   Install (std::string nodeName, NetDeviceContainer c);
    94   Install (std::string nodeName, NetDeviceContainer c);
    95 
    95 
    96 private:
    96 private:
    97   ObjectFactory m_deviceFactory;
    97   ObjectFactory m_deviceFactory; //!< Object factory
    98 };
    98 };
    99 
    99 
   100 } // namespace ns3
   100 } // namespace ns3
   101 
   101 
   102 #endif /* OPENFLOW_SWITCH_HELPER_H */
   102 #endif /* OPENFLOW_SWITCH_HELPER_H */