|
LibreOffice Module binaryurp (master) 1
|
#include <outgoingrequest.hxx>
Public Types | |
| enum | Kind { KIND_NORMAL , KIND_REQUEST_CHANGE , KIND_COMMIT_CHANGE } |
Public Member Functions | |
| OutgoingRequest (Kind theKind, com::sun::star::uno::TypeDescription theMember, bool theSetter) | |
Public Attributes | |
| com::sun::star::uno::TypeDescription | member |
| Kind | kind |
| bool | setter |
Definition at line 29 of file outgoingrequest.hxx.
| Enumerator | |
|---|---|
| KIND_NORMAL | |
| KIND_REQUEST_CHANGE | |
| KIND_COMMIT_CHANGE | |
Definition at line 30 of file outgoingrequest.hxx.
|
inline |
Definition at line 32 of file outgoingrequest.hxx.
| Kind binaryurp::OutgoingRequest::kind |
Definition at line 40 of file outgoingrequest.hxx.
Referenced by binaryurp::Reader::readReplyMessage().
| com::sun::star::uno::TypeDescription binaryurp::OutgoingRequest::member |
Definition at line 38 of file outgoingrequest.hxx.
Referenced by binaryurp::Reader::readReplyMessage().
| bool binaryurp::OutgoingRequest::setter |
Definition at line 42 of file outgoingrequest.hxx.
Referenced by binaryurp::Reader::readReplyMessage().