00001 /*========================================================================= 00002 * Copyright (c) 2010-2014 Pivotal Software, Inc. All Rights Reserved. 00003 * This product is protected by U.S. and international copyright 00004 * and intellectual property laws. Pivotal products are covered by 00005 * one or more patents listed at http://www.pivotal.io/patents. 00006 *========================================================================= 00007 */ 00008 /* 00009 * TransactionId.h 00010 * 00011 * Created on: 04-Feb-2011 00012 * Author: ankurs 00013 */ 00014 00015 #ifndef TRANSACTIONID_H_ 00016 #define TRANSACTIONID_H_ 00017 00018 #include "SharedBase.hpp" 00019 00020 namespace gemfire { 00021 00027 class CPPCACHE_EXPORT TransactionId: public gemfire::SharedBase { 00028 protected: 00029 TransactionId(); 00030 virtual ~TransactionId(); 00031 }; 00032 00033 } 00034 00035 #endif /* TRANSACTIONID_H_ */