X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fserial.h;h=d5f1de74a90f2b125aae2c1075d26328d05d79e7;hb=49c1f3c3ffdf318579a809f3f800442c0c76c818;hp=0e873619c14777f9402a74e2d7012f367ee2275f;hpb=463240ea92d65693f76c0e0991c322b3c4527ffe;p=libs%2Fcore.git diff --git a/source/serial.h b/source/serial.h index 0e87361..d5f1de7 100644 --- a/source/serial.h +++ b/source/serial.h @@ -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();