//****************************************************************************** // 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_RCF_CHECKRTTI_HPP #define INCLUDE_RCF_CHECKRTTI_HPP #ifdef _MSC_VER #ifndef _CPPRTTI // RTTI support not detected! // If you're using Visual C++, set "Enable Run-Time Type Info" to true, // in the Project Properties | C/C++ | Language options, #error Rtti support not enabled! #endif #endif #endif // ! INCLUDE_RCF_CHECKRTTI_HPP