LibreOffice Module sd (master) 1
|
Used to keep track of clients that have attempted to connect, but haven't yet been approved. More...
Public Member Functions | |
ClientInfoInternal (const OUString &rName, BufferedStreamSocket *pSocket, OUString aPin) | |
Public Member Functions inherited from sd::ClientInfo | |
ClientInfo (OUString aName, const bool bIsAlreadyAuthorised) | |
virtual | ~ClientInfo () |
Public Attributes | |
BufferedStreamSocket * | mpStreamSocket |
OUString | mPin |
Public Attributes inherited from sd::ClientInfo | |
OUString | mName |
bool | mbIsAlreadyAuthorised |
Used to keep track of clients that have attempted to connect, but haven't yet been approved.
Definition at line 51 of file Server.cxx.
|
inline |
Definition at line 57 of file Server.cxx.
OUString sd::ClientInfoInternal::mPin |
Definition at line 55 of file Server.cxx.
Referenced by sd::RemoteServer::connectClient().
BufferedStreamSocket* sd::ClientInfoInternal::mpStreamSocket |
Definition at line 54 of file Server.cxx.
Referenced by sd::RemoteServer::connectClient().