summaryrefslogtreecommitdiff
path: root/binaryurp/source/bridge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/bridge.cxx')
-rw-r--r--binaryurp/source/bridge.cxx18
1 files changed, 1 insertions, 17 deletions
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx
index c93df640b555..dc0f3476bb9a 100644
--- a/binaryurp/source/bridge.cxx
+++ b/binaryurp/source/bridge.cxx
@@ -105,7 +105,7 @@ public:
~AttachThread();
- rtl::ByteSequence getTid() throw ();
+ rtl::ByteSequence getTid() throw () { return tid_;}
private:
uno_ThreadPool threadPool_;
@@ -124,9 +124,6 @@ AttachThread::~AttachThread() {
uno_releaseIdFromCurrentThread();
}
-rtl::ByteSequence AttachThread::getTid() throw () {
- return tid_;
-}
class PopOutgoingRequest: private boost::noncopyable {
public:
@@ -347,21 +344,8 @@ void Bridge::terminate(bool final) {
terminated_.set();
}
-css::uno::Reference< css::connection::XConnection > Bridge::getConnection()
- const
-{
- return connection_;
-}
-css::uno::Reference< css::bridge::XInstanceProvider > Bridge::getProvider()
- const
-{
- return provider_;
-}
-css::uno::Mapping & Bridge::getCppToBinaryMapping() {
- return cppToBinaryMapping_;
-}
BinaryAny Bridge::mapCppToBinaryAny(css::uno::Any const & cppAny) {
css::uno::Any in(cppAny);