//****************************************************************************** // RCF - Remote Call Framework // Copyright (c) 2005 - 2007. All rights reserved. // Consult your license for conditions of use. // Developed by Jarl Lindrud. // Contact: jlindrud@hotmail.com . //****************************************************************************** #ifndef INCLUDE_SF_SCOPED_PTR_HPP #define INCLUDE_SF_SCOPED_PTR_HPP //#include namespace boost { template class scoped_ptr; } #include namespace SF { // boost::scoped_ptr SF_SERIALIZE_SIMPLE_SMARTPTR( boost::scoped_ptr ); } #endif // ! INCLUDE_SF_SCOPED_PTR_HPP