Bug 1238

Summary: inline Ref and Unref methods provided by SimpleRefCount not expanded at link time
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: documentationAssignee: Tom Henderson <tomh>
Status: NEW ---    
Severity: normal CC: ns-bugs, pdbarnes
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

Description Tom Henderson 2011-08-09 15:27:41 EDT
need to document this issue:
http://mailman.isi.edu/pipermail/ns-developers/2011-August/009219.html
Comment 1 Peter Barnes 2019-11-05 16:56:28 EST
Linker error message was 

debug/libns3-DisService.so: undefined reference to
`ns3::WorldState::Unref() const'

Caused by 

#include "foo.h"

instead of 

#include "ns3/foo.h"

Suggestion was to document this better in the Creating a new ns-3 model chapter of the Manual:
https://www.nsnam.org/docs/manual/html/new-models.html