00001 /* Copyright (c) 2007, Gennady Bystritsky <bystr@mac.com> 00002 * 00003 * Distributed under the MIT Licence. 00004 * This is free software. See 'LICENSE' for details. 00005 * You must read and accept the license prior to use. 00006 */ 00007 00008 #ifndef _SK_UTIL_SLOT_MIXIN_NONE_ 00009 #define _SK_UTIL_SLOT_MIXIN_NONE_ 00010 00011 namespace sk { 00012 namespace util { 00013 namespace slot { 00014 namespace mixin { 00015 class None 00016 { 00017 }; 00018 } 00019 } 00020 } 00021 } 00022 00023 #endif /* _SK_UTIL_SLOT_MIXIN_NONE_ */