]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/reply.h
Fix memory leaks and other bad stuff
[r2c2.git] / source / libmarklin / reply.h
index d075b9be977824a78ae023fc5db35eb399e16a0f..1666490b2ef9aa9aa27d732861c5080471c45314 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of the MSP Märklin suite
-Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Copyright © 2006-200 Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
 
@@ -25,6 +25,7 @@ public:
        const unsigned char *get_data() const { return data; }
 
        static Reply read(int, Cmd);
+       static Reply simulate(Cmd);
 
        friend std::ostream &operator<<(std::ostream &, const Reply &);
 };