#include <xmppbase.h>
Public Member Functions | |
Construction/Destruction | |
| NodeRequest () | |
| ~NodeRequest () | |
General Methods | |
| void | AddRequest (PString &newString) |
| BOOL | GetRequest (PString &nextString) |
Protected Attributes | |
| PMutex | accessMutex |
| PStringArray | data |
|
|
Construct NodeRequest class |
|
|
Destructor |
|
|
Add a new request to the list, in a thread safe fashion.
|
|
|
Remove the last request from this list, in a thread safe fashion. Return TRUE if succesfull
|
|
|
Lock on this string array |
|
|
Internal String array |
1.4.4