/* * IStatus.h * * Created on: 29 ÿíâ. 2018 ã. * Author: titov */ #ifndef SOURCE_SYSTEM_ISTATUS_H_ #define SOURCE_SYSTEM_ISTATUS_H_ #include "IValue.hpp" namespace systemic { typedef IValue IStatus; IStatus & getAlwaysTrue(); IStatus & getAlwaysFalse(); } #endif /* SOURCE_SYSTEM_ISTATUS_H_ */