]> git.tdb.fi Git - libs/core.git/blobdiff - source/serial.h
Drop copyright and license notices from files
[libs/core.git] / source / serial.h
index 0e873619c14777f9402a74e2d7012f367ee2275f..d5f1de74a90f2b125aae2c1075d26328d05d79e7 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2010 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_IO_SERIAL_H_
 #define MSP_IO_SERIAL_H_
 
@@ -24,10 +17,7 @@ public:
        };
 
 private:
-       struct Private;
-
        Handle handle;
-       Private *priv;
 
 public:
        Serial(const std::string &);
@@ -41,7 +31,7 @@ public:
        void set_stop_bits(unsigned);
        void set_parameters(const std::string &);
 
-       virtual Handle get_event_handle() { return handle; }
+       virtual Handle get_event_handle();
 
 private:
        void close();