IMP  2.1.1
The Integrative Modeling Platform
kernel/RefCounted.h
Go to the documentation of this file.
1 /**
2  * \file IMP/kernel/RefCounted.h
3  * \brief For backwards compatibility.
4  *
5  * Copyright 2007-2013 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPKERNEL_REF_COUNTED_H
10 #define IMPKERNEL_REF_COUNTED_H
11 
12 #include <IMP/kernel/kernel_config.h>
13 // skip deprecated header in kernel.h
14 #ifndef IMPKERNEL_ALL
15 #include <IMP/base/RefCounted.h>
16 
17 IMPKERNEL_DEPRECATED_HEADER(2.1, "Use base/RefCounted.h");
18 
19 IMPKERNEL_BEGIN_NAMESPACE
20 #if !defined(IMP_DOXYGEN)
22 #endif
23 
24 IMPKERNEL_END_NAMESPACE
25 #endif
26 
27 #endif /* IMPKERNEL_REF_COUNTED_H */
Object RefCounted
A common base class for ref counted objects.