diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 13:01:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 13:01:44 +0000 |
commit | 6fca6883b614154832cf1a7a37ced03fdd93714d (patch) | |
tree | 3d645fc5159727b4834014ebe17f0b1ec0446663 /rdbmaker | |
parent | 61903e2142ff0d27a08ccfc2d5ab4c2f44940611 (diff) |
INTEGRATION: CWS jsc18 (1.3.36); FILE MERGED
2007/07/20 04:51:21 jsc 1.3.36.1: #i79213# integrate patch, inline destructor
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/inc/codemaker/registry.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/rdbmaker/inc/codemaker/registry.hxx b/rdbmaker/inc/codemaker/registry.hxx index f3fd35e1e988..622122cb2f1a 100644 --- a/rdbmaker/inc/codemaker/registry.hxx +++ b/rdbmaker/inc/codemaker/registry.hxx @@ -4,9 +4,9 @@ * * $RCSfile: registry.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 05:03:13 $ + * last change: $Author: hr $ $Date: 2007-07-31 14:01:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -120,6 +120,11 @@ public: acquire(); } + inline ~TypeReader() + { + release(); + } + inline void acquire() { if (m_pImpl) |