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