X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fserver.h;h=e6d3743691e09cc2b3054300e8683031b5534ea1;hb=9b240c6d5d4e2189401498a99f98f41d1b15ed31;hp=398401a555dd1eff784ad1d2289677e5258660f2;hpb=f861018389acd9d277fe34d7621182b9b54f977f;p=dcpomatic.git diff --git a/src/lib/server.h b/src/lib/server.h index 398401a55..e6d374369 100644 --- a/src/lib/server.h +++ b/src/lib/server.h @@ -50,6 +50,8 @@ public: {} ServerDescription (boost::shared_ptr); + + /* Default copy constructor is fine */ /** @return server's host name or IP address in string form */ std::string host_name () const { @@ -80,7 +82,7 @@ private: int _threads; }; -class Server +class Server : public boost::noncopyable { public: Server (boost::shared_ptr log);