i-socket-factory.h -> socket-factory.h
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#ifndef I_UDP_H
|
||||
#define I_UDP_H
|
||||
|
||||
#include "i-socket-factory.h"
|
||||
#include "socket-factory.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*
|
||||
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
|
||||
*/
|
||||
#include "i-socket-factory.h"
|
||||
#include "socket-factory.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
*
|
||||
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
|
||||
*/
|
||||
#ifndef I_SOCKET_FACTORY_H
|
||||
#define I_SOCKET_FACTORY_H
|
||||
#ifndef SOCKET_FACTORY_H
|
||||
#define SOCKET_FACTORY_H
|
||||
|
||||
#include "ns3/object.h"
|
||||
#include "ns3/ptr.h"
|
||||
@@ -41,4 +41,4 @@ public:
|
||||
} // namespace ns3
|
||||
|
||||
|
||||
#endif /* I_SOCKET_FACTORY_H */
|
||||
#endif /* SOCKET_FACTORY_H */
|
||||
Reference in New Issue
Block a user