LibreOffice Module sd (master) 1
Public Member Functions | Public Attributes | List of all members
sd::ClientInfoInternal Struct Reference

Used to keep track of clients that have attempted to connect, but haven't yet been approved. More...

Inheritance diagram for sd::ClientInfoInternal:
[legend]
Collaboration diagram for sd::ClientInfoInternal:
[legend]

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

BufferedStreamSocketmpStreamSocket
 
OUString mPin
 
- Public Attributes inherited from sd::ClientInfo
OUString mName
 
bool mbIsAlreadyAuthorised
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ClientInfoInternal()

sd::ClientInfoInternal::ClientInfoInternal ( const OUString &  rName,
BufferedStreamSocket pSocket,
OUString  aPin 
)
inline

Definition at line 57 of file Server.cxx.

Member Data Documentation

◆ mPin

OUString sd::ClientInfoInternal::mPin

Definition at line 55 of file Server.cxx.

Referenced by sd::RemoteServer::connectClient().

◆ mpStreamSocket

BufferedStreamSocket* sd::ClientInfoInternal::mpStreamSocket

Definition at line 54 of file Server.cxx.

Referenced by sd::RemoteServer::connectClient().


The documentation for this struct was generated from the following file: