Sign in
apache
/
geode
/
refs/heads/native-client-software-grant
/
.
/
geode-client-native
/
src
/
cppcache
/
impl
/
gfcppBanner.hpp
blob: bf546de67029f28c00c785e4e1e54ac2b3f6db2e [
file
] [
log
] [
blame
]
#include
<string>
namespace
gemfire
{
class
gfcppBanner
{
public
:
static
std
::
string
getBanner
();
};
};