summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/External/Utility/Utility/ReferenceCounting/Interface.ipp
blob: 61801d218b6579daee3eaf1e0c8d020f5a5eb854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// file      : Utility/ReferenceCounting/Interface.ipp
// author    : Boris Kolpackov <boris@kolpackov.net>
// 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 ()
    {
    }
  }
}