00001 #ifndef __GEMFIRE_CQRESULTS_H__ 00002 #define __GEMFIRE_CQRESULTS_H__ 00003 /*========================================================================= 00004 * Copyright (c) 2002-2014 Pivotal Software, Inc. All Rights Reserved. 00005 * This product is protected by U.S. and international copyright 00006 * and intellectual property laws. Pivotal products are covered by 00007 * more patents listed at http://www.pivotal.io/patents. 00008 *======================================================================== 00009 */ 00010 00015 #include "gfcpp_globals.hpp" 00016 #include "gf_types.hpp" 00017 #include "ExceptionTypes.hpp" 00018 #include "Serializable.hpp" 00019 #include "CacheableBuiltins.hpp" 00020 #include "SelectResults.hpp" 00021 namespace gemfire 00022 { 00023 00030 class CPPCACHE_EXPORT CqResults : public SelectResults 00031 { 00032 00033 }; 00034 00035 } //namespace gemfire 00036 00037 #endif //ifndef __GEMFIRE_CQRESULTS_H__