//****************************************************************************** // 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_UTIL_META_HPP #define INCLUDE_UTIL_META_HPP namespace Meta { struct Null {}; } // namespace Meta #endif // ! INCLUDE_UTIL_META_HPP