changeset 10405 | 45c8fceae24e |
parent 6834 | 036f9a0b9899 |
10404:eb6495608840 | 10405:45c8fceae24e |
---|---|
44 * |
44 * |
45 */ |
45 */ |
46 class TcpSocketFactory : public SocketFactory |
46 class TcpSocketFactory : public SocketFactory |
47 { |
47 { |
48 public: |
48 public: |
49 /** |
|
50 * Get the type ID. |
|
51 * \brief Get the type ID. |
|
52 * \return the object TypeId |
|
53 */ |
|
49 static TypeId GetTypeId (void); |
54 static TypeId GetTypeId (void); |
50 |
55 |
51 }; |
56 }; |
52 |
57 |
53 } // namespace ns3 |
58 } // namespace ns3 |