]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/application.h
Use vectors for storage in Poller
[libs/core.git] / source / core / application.h
index 6b3ec1aa65bdd98b2877440a3f7a2f6e668d191a..59d5bf110e9706425f113dd43d1d7d0ef2ca1019 100644 (file)
@@ -2,13 +2,15 @@
 #define MSP_CORE_APPLICATION_H_
 
 #include <stdexcept>
+#include <string>
+#include "noncopyable.h"
 
 namespace Msp {
 
 /**
 Base class for applications.  See also RegisteredApplication.
 */
-class Application
+class Application: private NonCopyable
 {
 protected:
        class Starter