i-socket-factory.h -> socket-factory.h

This commit is contained in:
Mathieu Lacage
2007-06-04 17:54:56 +02:00
parent 7b6d5c4e97
commit d0bd4ea161
6 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@
#ifndef I_UDP_H
#define I_UDP_H
#include "i-socket-factory.h"
#include "socket-factory.h"
namespace ns3 {

View File

@@ -18,7 +18,7 @@
*
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
#include "i-socket-factory.h"
#include "socket-factory.h"
namespace ns3 {

View File

@@ -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 */