summaryrefslogtreecommitdiff
path: root/binaryurp/source/writer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/writer.hxx')
-rw-r--r--binaryurp/source/writer.hxx19
1 files changed, 4 insertions, 15 deletions
diff --git a/binaryurp/source/writer.hxx b/binaryurp/source/writer.hxx
index 8a6f60de0d03..65945a66b6f3 100644
--- a/binaryurp/source/writer.hxx
+++ b/binaryurp/source/writer.hxx
@@ -119,27 +119,16 @@ private:
std::vector< BinaryAny > const & outArguments,
bool theSetCurrentContextMode);
- bool request;
-
rtl::ByteSequence tid; // request + reply
-
OUString oid; // request
-
com::sun::star::uno::TypeDescription type; // request
-
com::sun::star::uno::TypeDescription member; // request + reply
-
+ com::sun::star::uno::UnoInterfaceReference currentContext; // request
+ BinaryAny returnValue; // reply
+ std::vector< BinaryAny > arguments; // request: inArguments; reply: outArguments
+ bool request;
bool setter; // reply
-
- std::vector< BinaryAny > arguments;
- // request: inArguments; reply: outArguments
-
bool exception; // reply
-
- BinaryAny returnValue; // reply
-
- com::sun::star::uno::UnoInterfaceReference currentContext; // request
-
bool setCurrentContextMode; // reply
};