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

(-)a/src/olsr/model/olsr-state.cc (-2 / +2 lines)
 Lines 30-36    Link Here 
30
30
31
31
32
namespace ns3 {
32
namespace ns3 {
33
33
namespace olsr {
34
34
35
/********** MPR Selector Set Manipulation **********/
35
/********** MPR Selector Set Manipulation **********/
36
36
 Lines 543-546   OlsrState::InsertAssociation (const Asso Link Here 
543
  m_associations.push_back (tuple);
543
  m_associations.push_back (tuple);
544
}
544
}
545
545
546
} // namespace ns3
546
}} // namespace olsr, ns3
(-)a/src/olsr/model/olsr-state.h (-3 / +2 lines)
 Lines 28-35    Link Here 
28
#include "olsr-repositories.h"
28
#include "olsr-repositories.h"
29
29
30
namespace ns3 {
30
namespace ns3 {
31
31
namespace olsr {
32
using namespace olsr;
33
32
34
/// This class encapsulates all data structures needed for maintaining internal state of an OLSR node.
33
/// This class encapsulates all data structures needed for maintaining internal state of an OLSR node.
35
class OlsrState
34
class OlsrState
 Lines 175-180   public: Link Here 
175
174
176
};
175
};
177
176
178
} // namespace ns3
177
}} // namespace olsr,ns3
179
178
180
#endif /* OLSR_STATE_H */
179
#endif /* OLSR_STATE_H */

Return to bug 1903