/builddir/build/BUILD/infinispan-hotrod-cpp-6.2.1.Final-Source/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 namespace infinispan {
00005 namespace hotrod {
00006 
00007 enum Flag
00008 {
00009   FORCE_RETURN_VALUE = 0x01,
00010   DEFAULT_LIFESPAN   = 0x02,
00011   DEFAULT_MAXIDLE    = 0x04
00012 };
00013 
00014 }} // namespace
00015 
00016 #endif /* ISPN_HOTROD_FLAG_H */

Generated on 25 Mar 2015 for JBoss Data Grid HotRod C++ Client by  doxygen 1.4.7