equal
deleted
inserted
replaced
18 * Author: George Riley <riley@ece.gatech.edu> |
18 * Author: George Riley <riley@ece.gatech.edu> |
19 * Adapted from original code in object.h by: |
19 * Adapted from original code in object.h by: |
20 * Authors: Gustavo Carneiro <gjcarneiro@gmail.com>, |
20 * Authors: Gustavo Carneiro <gjcarneiro@gmail.com>, |
21 * Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
21 * Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
22 */ |
22 */ |
23 #ifndef __REF_COUNT_BASE_H__ |
23 #ifndef REF_COUNT_BASE_H |
24 #define __REF_COUNT_BASE_H__ |
24 #define REF_COUNT_BASE_H |
25 |
25 |
26 #include "simple-ref-count.h" |
26 #include "simple-ref-count.h" |
27 |
27 |
28 namespace ns3 { |
28 namespace ns3 { |
29 |
29 |
43 virtual ~RefCountBase (); |
43 virtual ~RefCountBase (); |
44 }; |
44 }; |
45 |
45 |
46 } // namespace ns3 |
46 } // namespace ns3 |
47 |
47 |
48 #endif /* __REF_COUNT_BASE_H__*/ |
48 #endif /* REF_COUNT_BASE_H */ |