From 26b0e86405b27a0342a5b42f82a944559f3a1358 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 16 Jan 2017 11:12:59 +0200 Subject: inline InteractionContinuation_Impl since it only contains one field, and does nothing special with it Change-Id: Ie1c099a4507a6b99af28be5852793ccaa557aa72 --- include/ucbhelper/interactionrequest.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/ucbhelper') diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx index 4bf10bcab250..f0d3fec4bd3e 100644 --- a/include/ucbhelper/interactionrequest.hxx +++ b/include/ucbhelper/interactionrequest.hxx @@ -139,8 +139,6 @@ public: }; -struct InteractionContinuation_Impl; - /** * This class is the base for implementations of the interface * XInteractionContinuation. Classes derived from this bas class work together @@ -152,7 +150,7 @@ struct InteractionContinuation_Impl; */ class UCBHELPER_DLLPUBLIC InteractionContinuation : public cppu::OWeakObject { - std::unique_ptr m_pImpl; + InteractionRequest* m_pRequest; protected: /** -- cgit