X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fintrusive_refcount.cci;h=7ac3df2d573cdf0ee2f15588ad987eb99aa5818a;hb=412024ed31a4ab4eaea7a4165a434f8efebee325;hp=c128363ad666f9cc9ce531ded210d89772a7018f;hpb=51044eb18f034c1a059ffe2fb109a422c1cbe251;p=senf.git diff --git a/Utils/intrusive_refcount.cci b/Utils/intrusive_refcount.cci index c128363..7ac3df2 100644 --- a/Utils/intrusive_refcount.cci +++ b/Utils/intrusive_refcount.cci @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -45,9 +45,6 @@ prefix_ senf::intrusive_refcount_base::intrusive_refcount_base() : refcount_(0) {} -prefix_ senf::intrusive_refcount_base::~intrusive_refcount_base() -{} - prefix_ void senf::intrusive_refcount_base::add_ref() { ++refcount_;