Commit 55043bf2 authored by Pavel Vainerman's avatar Pavel Vainerman

(Trigger): add get()

parent 86f4c757
......@@ -71,6 +71,9 @@ class Trigger
return false;
}
inline bool get(){ return oldstate; }
private:
bool oldstate; /*!< предыдущее состояние */
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment