]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/intellibox.h
Use a dedicated exception class for route errors
[r2c2.git] / source / libr2c2 / intellibox.h
index a4eed30d4bcf0cda32e28c80ee2748c786d7872a..be25860f731d2dd41c6f08e95193ae05de31da5a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef LIBR2C2_INTELLIBOX_H_
 #define LIBR2C2_INTELLIBOX_H_
 
@@ -96,6 +89,7 @@ private:
                unsigned bits;
                unsigned state;
                bool active;
+               bool synced;
                unsigned pending;
                Msp::Time::TimeStamp off_timeout;