Kaydet (Commit) 2626984d authored tarafından Michael Stahl's avatar Michael Stahl

RemoteServer: ClientInfo is stored in STL vector, must be Assignable

Change-Id: Ie922207189ae0c7f5f9623043dcc38705b1f7364
üst 2d63c468
...@@ -43,8 +43,8 @@ namespace sd ...@@ -43,8 +43,8 @@ namespace sd
struct ClientInfo struct ClientInfo
{ {
const rtl::OUString mName; rtl::OUString mName;
const rtl::OUString mAddress; rtl::OUString mAddress;
enum PROTOCOL { NETWORK = 1, BLUETOOTH }; enum PROTOCOL { NETWORK = 1, BLUETOOTH };
ClientInfo( OUString rName, OUString rAddress) : ClientInfo( OUString rName, OUString rAddress) :
...@@ -78,4 +78,4 @@ namespace sd ...@@ -78,4 +78,4 @@ namespace sd
} }
#endif // _SD_IMPRESSREMOTE_SERVER_HXX #endif // _SD_IMPRESSREMOTE_SERVER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment