diff options
Diffstat (limited to 'framework/inc/classes/protocolhandlercache.hxx')
-rw-r--r-- | framework/inc/classes/protocolhandlercache.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx index 40539bdd0759..b942566606b0 100644 --- a/framework/inc/classes/protocolhandlercache.hxx +++ b/framework/inc/classes/protocolhandlercache.hxx @@ -82,7 +82,7 @@ typedef BaseHash< ProtocolHandler > HandlerHash; - another one maps her registered pattern to her uno names to perform search on such data But this lists a static for all instances of this class. So it's possible to - create new objects without opening configuration twice and free memory automaticly + create new objects without opening configuration twice and free memory automatically if last object will gone. @attention We implement a singleton concept - so we don't need any mutex member here. |