00001 #ifndef __GEMFIRE_CQRESULTS_H__ 00002 #define __GEMFIRE_CQRESULTS_H__ 00003 /*========================================================================= 00004 * (c) Copyright 2002-2006, GemStone Systems, Inc. All Rights Reserved. 00005 * 1260 NW Waterhouse Ave., Suite 200, Beaverton, OR 97006 00006 *======================================================================== 00007 */ 00008 00013 #include "gfcpp_globals.hpp" 00014 #include "gf_types.hpp" 00015 #include "ExceptionTypes.hpp" 00016 #include "Serializable.hpp" 00017 #include "CacheableBuiltins.hpp" 00018 #include "SelectResults.hpp" 00019 namespace gemfire 00020 { 00021 00028 class CPPCACHE_EXPORT CqResults : public SelectResults 00029 { 00030 00031 }; 00032 00033 } //namespace gemfire 00034 00035 #endif //ifndef __GEMFIRE_CQRESULTS_H__