00001 #ifndef __GEMFIRE_USERDATA_H__ 00002 #define __GEMFIRE_USERDATA_H__ 00003 /*========================================================================= 00004 * (c) Copyright 2002-2007, 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 "Serializable.hpp" 00015 00016 00017 namespace gemfire { 00018 00019 typedef Serializable UserData; 00020 typedef SharedPtr< UserData > UserDataPtr; 00021 00022 } 00023 00024 #endif //ifndef __GEMFIRE_USERDATA_H__