#ifndef EVENT_EVENT_CONDITION_H #define EVENT_EVENT_CONDITION_H #include #include typedef class TypedCondition EventCondition; typedef class TypedConditionVariable EventConditionVariable; #endif /* !EVENT_EVENT_CONDITION_H */