This website requires JavaScript.
Explore
Help
Sign In
F5
/
unison
Watch
1
Star
0
Fork
0
You've already forked unison
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
02c5be7e2bdd87798cdf9ffbfda7b9cb1eee80b6
unison
/
src
/
core
/
ref-count-base.cc
9 lines
100 B
C++
Raw
Normal View
History
Unescape
Escape
bug: 147. Add RefCountBase
2008-03-27 15:28:54 -07:00
#
include
"ref-count-base.h"
namespace
ns3
{
replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
2009-11-12 13:01:01 +01:00
RefCountBase
:
:
~
RefCountBase
(
)
add copy constructor and assignment operator to ensure proper initialization of refcount.
2008-04-10 12:59:15 -07:00
{
}
avoid uneeded inline
2008-07-08 10:17:18 -07:00
bug: 147. Add RefCountBase
2008-03-27 15:28:54 -07:00
}
// namespace ns3
Reference in New Issue
Copy Permalink