Returns a pointer to the client object when on a local connection.
| 395 | |
| 396 | /// Returns a pointer to the client object when on a local connection. |
| 397 | NetObject* getClientObject() const { return mClientObject; } |
| 398 | |
| 399 | /// Template form for the callers convenience. |
| 400 | template < class T > |
no outgoing calls
no test coverage detected