parent
95464d97cf
commit
e1be67cfb6
|
@ -57,11 +57,10 @@ public:
|
||||||
as its name and \p address as the server's address and \p factory
|
as its name and \p address as the server's address and \p factory
|
||||||
to create the socket. \p screen is the local screen.
|
to create the socket. \p screen is the local screen.
|
||||||
*/
|
*/
|
||||||
Client(IEventQueue* events,
|
Client(IEventQueue* events, const String& name,
|
||||||
const String& name, const NetworkAddress& address,
|
const NetworkAddress& address, ISocketFactory* socketFactory,
|
||||||
ISocketFactory* socketFactory,
|
synergy::Screen* screen, ClientArgs const& args);
|
||||||
synergy::Screen* screen,
|
|
||||||
ClientArgs& args);
|
|
||||||
~Client();
|
~Client();
|
||||||
|
|
||||||
//! @name manipulators
|
//! @name manipulators
|
||||||
|
@ -94,6 +93,7 @@ public:
|
||||||
|
|
||||||
//! Send dragging file information back to server
|
//! Send dragging file information back to server
|
||||||
void sendDragInfo(UInt32 fileCount, String& info, size_t size);
|
void sendDragInfo(UInt32 fileCount, String& info, size_t size);
|
||||||
|
|
||||||
|
|
||||||
//@}
|
//@}
|
||||||
//! @name accessors
|
//! @name accessors
|
||||||
|
|
Loading…
Reference in New Issue