11 #include "IrssMessage.h"    12 #include "input/keymaps/remote/IRTranslator.h"    13 #include "threads/Event.h"    14 #include "threads/Thread.h"    28   virtual void Process();
    34   int ReadN(
char *buffer, 
int n);
    35   bool WriteN(
const char *buffer, 
int n);
    36   bool Connect(
bool logMessages);
    45   CCriticalSection m_critSection;
 This is an Event class built from a ConditionVariable. 
Definition: Event.h:35
Definition: IRTranslator.h:27
Definition: IRServerSuite.h:20