summaryrefslogtreecommitdiff
path: root/ACE/contrib/utility/Utility/ReferenceCounting/ReferenceCounting.hpp
blob: a20fe0d888c4a7fc504e07b1933be1b4ed149c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : Utility/ReferenceCounting/ReferenceCounting.hpp
// author    : Boris Kolpackov <boris@kolpackov.net>
// copyright : Copyright (c) 2002-2003 Boris Kolpackov
// license   : http://kolpackov.net/license.html

#ifndef UTILITY_REFERENCE_COUNTING_REFERENCE_COUNTING_HPP
#define UTILITY_REFERENCE_COUNTING_REFERENCE_COUNTING_HPP

#include "Utility/ReferenceCounting/Interface.hpp"
#include "Utility/ReferenceCounting/DefaultImpl.hpp"
#include "Utility/ReferenceCounting/SmartPtr.hpp"
#include "Utility/ReferenceCounting/StrictPtr.hpp"

#endif  // UTILITY_REFERENCE_COUNTING_REFERENCE_COUNTING_HPP

//$Id$