Build Empty objects from the presence or absence of decoders in
[dcpomatic.git] / src / lib / server.h
index a72d360261123641f5e21763c18bd3dd552482af..7952275232705e8b9d4c943fc855eeadf1aba4a2 100644 (file)
@@ -31,10 +31,11 @@ class Socket;
 class Server : public boost::noncopyable
 {
 public:
-       Server (int port);
+       explicit Server (int port);
        virtual ~Server ();
 
        virtual void run ();
+       void stop ();
 
 protected:
        boost::mutex _mutex;