| void Ice::checkNotNull | ( | const std::optional< Prx > & | prx, |
| const char * | file, | ||
| int | line, | ||
| const Current & | current ) |
Verifies that a proxy received from the client is not null, and throws a MarshalException if it is.
| prx | The proxy to check. |
| file | The source file name. |
| line | The source line number. |
| current | The Current object of the incoming request. |
| MarshalException | If the proxy is null. |
Definition at line 24 of file ProxyFunctions.h.