FACT++  1.0
int ChatServer::HandleMsg ( const EventImp evt)
inlineprivate
Examples:
chatserv.cc.

Definition at line 61 of file chatserv.cc.

References EventImp::GetString().

Referenced by ChatServer().

62  {
63  Comment(evt.GetString());
64  return GetCurrentState();
65  }
int Comment(const std::string &str)
Definition: MessageImp.h:52
int GetCurrentState() const
return the current state of the machine
std::string GetString() const
Definition: EventImp.cc:194

+ Here is the call graph for this function:

+ Here is the caller graph for this function: