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