include/infinispan/hotrod/Flag.h

Go to the documentation of this file.
00001 #ifndef ISPN_HOTROD_FLAG_H
00002 #define ISPN_HOTROD_FLAG_H
00003 
00004 
00005 
00006 #include "infinispan/hotrod/types.h"
00007 
00008 namespace infinispan {
00009 namespace hotrod {
00010 
00011 enum Flag
00012 {
00013   FORCE_RETURN_VALUE = 0x01,
00014   DEFAULT_LIFESPAN   = 0x02,
00015   DEFAULT_MAXIDLE    = 0x04
00016 };
00017 
00018 }} // namespace
00019 
00020 #endif /* ISPN_HOTROD_FLAG_H */

Generated on 26 Mar 2014 for InfinispanHotRodC++Client by  doxygen 1.4.7