View | Details | Raw Unified | Return to bug 1171
Collapse All | Expand All

(-)a/src/openflow/helper/openflow-switch-helper.h (-3 lines)
 Lines 17-24    Link Here 
17
 *
17
 *
18
 * Author: Blake Hurd  <naimorai@gmail.com>
18
 * Author: Blake Hurd  <naimorai@gmail.com>
19
 */
19
 */
20
#ifdef NS3_OPENFLOW
21
22
#ifndef OPENFLOW_SWITCH_HELPER_H
20
#ifndef OPENFLOW_SWITCH_HELPER_H
23
#define OPENFLOW_SWITCH_HELPER_H
21
#define OPENFLOW_SWITCH_HELPER_H
24
22
 Lines 101-105    Link Here 
101
99
102
} // namespace ns3
100
} // namespace ns3
103
101
104
#endif // NS3_OPENFLOW
105
#endif /* OPENFLOW_SWITCH_HELPER_H */
102
#endif /* OPENFLOW_SWITCH_HELPER_H */
(-)a/src/openflow/model/openflow-interface.h (-3 lines)
 Lines 18-25    Link Here 
18
#ifndef OPENFLOW_INTERFACE_H
18
#ifndef OPENFLOW_INTERFACE_H
19
#define OPENFLOW_INTERFACE_H
19
#define OPENFLOW_INTERFACE_H
20
20
21
#ifdef NS3_OPENFLOW
22
23
#include <assert.h>
21
#include <assert.h>
24
#include <errno.h>
22
#include <errno.h>
25
23
 Lines 563-567    Link Here 
563
561
564
}
562
}
565
563
566
#endif // NS3_OPENFLOW
567
#endif /* OPENFLOW_INTERFACE_H */
564
#endif /* OPENFLOW_INTERFACE_H */
(-)a/src/openflow/model/openflow-switch-net-device.h (-3 lines)
 Lines 21-28    Link Here 
21
 * This section documents the API of the ns-3 OpenFlow module. For a generic functional description, please refer to the ns-3 manual.
21
 * This section documents the API of the ns-3 OpenFlow module. For a generic functional description, please refer to the ns-3 manual.
22
 */
22
 */
23
23
24
#ifdef NS3_OPENFLOW
25
26
#ifndef OPENFLOW_SWITCH_NET_DEVICE_H
24
#ifndef OPENFLOW_SWITCH_NET_DEVICE_H
27
#define OPENFLOW_SWITCH_NET_DEVICE_H
25
#define OPENFLOW_SWITCH_NET_DEVICE_H
28
26
 Lines 551-554    Link Here 
551
} // namespace ns3
549
} // namespace ns3
552
550
553
#endif /* OPENFLOW_SWITCH_NET_DEVICE_H */
551
#endif /* OPENFLOW_SWITCH_NET_DEVICE_H */
554
#endif // NS3_OPENFLOW

Return to bug 1171