Sign in
apache
/
geode
/
refs/heads/native-client-software-grant
/
.
/
geode-client-native
/
src
/
tests
/
cppcache
/
testThinClientDurable.cpp
blob: 9dd5173d61ad8a2df4c52ec381c422c3055d4f5b [
file
] [
log
] [
blame
]
#include
"ThinClientDurable.hpp"
DUNIT_MAIN
{
doThinClientDurable
(
false
);
doThinClientDurable
(
true
);
doThinClientDurable
(
true
,
false
);
}
END_MAIN