summaryrefslogtreecommitdiff
path: root/framework/inc/threadhelp/gate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/threadhelp/gate.hxx')
-rw-r--r--framework/inc/threadhelp/gate.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/threadhelp/gate.hxx b/framework/inc/threadhelp/gate.hxx
index 0c0466067cd9..b09ba7257c32 100644
--- a/framework/inc/threadhelp/gate.hxx
+++ b/framework/inc/threadhelp/gate.hxx
@@ -47,7 +47,7 @@ class Gate
@short ctor
@descr These initialize the object right as an open gate.
*//*-*****************************************************************************************************/
- inline Gate()
+ Gate()
: m_bClosed ( false )
{
open();
@@ -59,7 +59,7 @@ class Gate
blocked threads can running ... but I don't know
if it's right - we are destroyed yet!?
*//*-*****************************************************************************************************/
- inline ~Gate()
+ ~Gate()
{
open();
}