00001 #ifndef __GEMFIRE_PDXUNREADFIELDS_HPP_ 00002 #define __GEMFIRE_PDXUNREADFIELDS_HPP_ 00003 00004 /*========================================================================= 00005 * Copyright (c) 2002-2014 Pivotal Software, Inc. All Rights Reserved. 00006 * This product is protected by U.S. and international copyright 00007 * and intellectual property laws. Pivotal products are covered by 00008 * more patents listed at http://www.pivotal.io/patents. 00009 *======================================================================== 00010 */ 00011 00012 #include "gf_base.hpp" 00013 #include "SharedBase.hpp" 00014 00015 namespace gemfire { 00016 00027 class CPPCACHE_EXPORT PdxUnreadFields : public SharedBase { 00028 00029 public: 00030 PdxUnreadFields(){} 00031 virtual ~PdxUnreadFields(){} 00032 }; 00033 00034 } 00035 00036 00037 #endif /* __GEMFIRE_PDXUNREADFIELDS_HPP_ */