Wt examples
3.2.3
|
A chat demo application. More...
Public Member Functions | |
ChatApplication (const WEnvironment &env, SimpleChatServer &server) | |
Create a new instance. | |
Private Member Functions | |
void | addChatWidget () |
Add another chat client. | |
Private Attributes | |
SimpleChatServer & | server_ |
A chat demo application.
Definition at line 26 of file simpleChat.C.
SimpleChatServer& ChatApplication::server_ [private] |
Definition at line 34 of file simpleChat.C.