IMP
2.0.1
The Integrative Modeling Platform
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
#include <
IMP/base/RefCounted.h
>
14
15
16
IMPKERNEL_BEGIN_NAMESPACE
17
#if !defined(IMP_DOXYGEN)
18
using
IMP::base::RefCounted
;
19
#endif
20
21
IMPKERNEL_END_NAMESPACE
22
23
#endif
/* IMPKERNEL_REF_COUNTED_H */