#include <KjClient.h>
Public Member Functions | |
| KjClient () | |
| ~KjClient () | |
| int | Start () |
| Start client application. | |
Private Member Functions | |
| void | DeleteEndMsg (string &_strMsg) |
| Delete end message from string is message exists. | |
Private Attributes | |
| KjSslConnection * | m_pCon |
| Client SSL connections. | |
| KjSignal * | m_pSignal |
| Check signals. | |
Definition at line 73 of file KjClient.h.
|
|
Definition at line 38 of file KjClient.cpp. |
|
|
Definition at line 44 of file KjClient.cpp. |
|
|
Delete end message from string is message exists.
Definition at line 138 of file KjClient.cpp. Referenced by Start(). |
|
|
Start client application.
Definition at line 60 of file KjClient.cpp. References DeleteEndMsg(), m_pCon, and m_pSignal. Referenced by main(). |
|
|
Client SSL connections.
Definition at line 75 of file KjClient.h. Referenced by KjClient(), Start(), and ~KjClient(). |
|
|
Check signals.
Definition at line 76 of file KjClient.h. Referenced by KjClient(), Start(), and ~KjClient(). |
1.4.6