/** * \file IMP/kernel/Pointer.h * \brief For backwards compatibility. * * Copyright 2007-2013 IMP Inventors. All rights reserved. * */ #ifndef IMPKERNEL_POINTER_H #define IMPKERNEL_POINTER_H #include #include IMPKERNEL_BEGIN_NAMESPACE #ifndef IMP_DOXYGEN using IMP::base::Pointer; using IMP::base::OwnerPointer; #endif IMPKERNEL_END_NAMESPACE #endif /* IMPKERNEL_POINTER_H */