|
Decision | verify (const sockaddr_storage &sa) override throw () |
|
Decision | verify (const std::string &host, const char *name, int size) override throw () |
|
Decision | verify (const sockaddr_storage &sa, const char *data, int size) override throw () |
|
Definition at line 44 of file ThriftClient.cpp.
Decision InsecureAccessManager::verify |
( |
const sockaddr_storage & |
sa | ) |
|
throw | ( | |
| ) | | |
|
inlineoverride |
Decision InsecureAccessManager::verify |
( |
const std::string & |
host, |
|
|
const char * |
name, |
|
|
int |
size |
|
) |
| |
throw | ( | |
| ) | | |
|
inlineoverride |
Definition at line 50 of file ThriftClient.cpp.
51 boost::ignore_unused(host);
52 boost::ignore_unused(name);
53 boost::ignore_unused(size);
Decision InsecureAccessManager::verify |
( |
const sockaddr_storage & |
sa, |
|
|
const char * |
data, |
|
|
int |
size |
|
) |
| |
throw | ( | |
| ) | | |
|
inlineoverride |
Definition at line 56 of file ThriftClient.cpp.
59 boost::ignore_unused(sa);
60 boost::ignore_unused(data);
61 boost::ignore_unused(size);
The documentation for this class was generated from the following file: