// file : Utility/ReferenceCounting/Interface.ipp // author : Boris Kolpackov // copyright : Copyright (c) 2002-2003 Boris Kolpackov // license : http://kolpackov.net/license.html namespace Utility { namespace ReferenceCounting { inline Interface:: ~Interface () throw () { } inline Interface:: Interface () throw () { } } } //$Id$