FACT++  1.0
int SkypeClient::HandleRaw ( const EventImp evt)
inlineprivate

Definition at line 77 of file skypeclient.cc.

References EventImp::GetSize(), and EventImp::GetString().

Referenced by SkypeClient().

78  {
79  if (evt.GetSize()==0 || !fAllowRaw)
80  return GetCurrentState();
81 
83 
84  return GetCurrentState();
85  }
int GetCurrentState() const
return the current state of the machine
string SendDBusMessage(const string &cmd, bool display=true)
Definition: skypeclient.cc:197
std::string GetString() const
Definition: EventImp.cc:194
bool fAllowRaw
Definition: skypeclient.cc:33
virtual size_t GetSize() const
Definition: EventImp.h:55

+ Here is the call graph for this function:

+ Here is the caller graph for this function: