]> git.sesse.net Git - casparcg/blobdiff - protocol/util/AsyncEventServer.h
set svn:eol-style native on .h and .cpp files
[casparcg] / protocol / util / AsyncEventServer.h
index 8fccd865009aeb7a94fcaf9e95d72e014fedea5e..1212b03fb1a3b91c21a3b7985c19f6d417eeca52 100644 (file)
@@ -1,42 +1,42 @@
-/*\r
-* copyright (c) 2010 Sveriges Television AB <info@casparcg.com>\r
-*\r
-*  This file is part of CasparCG.\r
-*\r
-*    CasparCG is free software: you can redistribute it and/or modify\r
-*    it under the terms of the GNU General Public License as published by\r
-*    the Free Software Foundation, either version 3 of the License, or\r
-*    (at your option) any later version.\r
-*\r
-*    CasparCG is distributed in the hope that it will be useful,\r
-*    but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-*    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-*    GNU General Public License for more details.\r
-\r
-*    You should have received a copy of the GNU General Public License\r
-*    along with CasparCG.  If not, see <http://www.gnu.org/licenses/>.\r
-*\r
-*/\r
\r
-// AsyncEventServer.h: interface for the AsyncServer class.\r
-//////////////////////////////////////////////////////////////////////\r
-#pragma once\r
-\r
-#include <common/memory.h>\r
-\r
-namespace caspar { namespace IO {\r
-\r
-class IProtocolStrategy;\r
-       \r
-class AsyncEventServer\r
-{\r
-public:\r
-       explicit AsyncEventServer(const spl::shared_ptr<IProtocolStrategy>& protocol, unsigned short port);\r
-       ~AsyncEventServer();\r
-private:\r
-       struct implementation;\r
-       std::unique_ptr<implementation> impl_;\r
-};\r
-\r
-}}     \r
-\r
+/*
+* copyright (c) 2010 Sveriges Television AB <info@casparcg.com>
+*
+*  This file is part of CasparCG.
+*
+*    CasparCG is free software: you can redistribute it and/or modify
+*    it under the terms of the GNU General Public License as published by
+*    the Free Software Foundation, either version 3 of the License, or
+*    (at your option) any later version.
+*
+*    CasparCG is distributed in the hope that it will be useful,
+*    but WITHOUT ANY WARRANTY; without even the implied warranty of
+*    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+*    GNU General Public License for more details.
+
+*    You should have received a copy of the GNU General Public License
+*    along with CasparCG.  If not, see <http://www.gnu.org/licenses/>.
+*
+*/
+// AsyncEventServer.h: interface for the AsyncServer class.
+//////////////////////////////////////////////////////////////////////
+#pragma once
+
+#include <common/memory.h>
+
+namespace caspar { namespace IO {
+
+class IProtocolStrategy;
+       
+class AsyncEventServer
+{
+public:
+       explicit AsyncEventServer(const spl::shared_ptr<IProtocolStrategy>& protocol, unsigned short port);
+       ~AsyncEventServer();
+private:
+       struct implementation;
+       std::unique_ptr<implementation> impl_;
+};
+
+}}     
+