summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-15 11:45:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-15 11:45:57 +0000
commit84bc8926242c20a37ea2ecc19b877c7b2f1b6058 (patch)
tree5b0517579c3d6f35b8c4afe78f756da424b3d264 /salhelper
parent3430babf0e388ecf8c781f001680e2a0f53ff6f8 (diff)
INTEGRATION: CWS sb71 (1.5.46); FILE MERGED
2007/06/22 09:32:59 sb 1.5.46.1: #i75466# salhelper/dynload.hxx is no longer used anywere and no longer maintained.
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/inc/salhelper/dynload.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/salhelper/inc/salhelper/dynload.hxx b/salhelper/inc/salhelper/dynload.hxx
index 8c5e8f094..5591e1fdf 100644
--- a/salhelper/inc/salhelper/dynload.hxx
+++ b/salhelper/inc/salhelper/dynload.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dynload.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:58:03 $
+ * last change: $Author: vg $ $Date: 2007-10-15 12:45:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -120,6 +120,9 @@ protected:
to initialize the function pointers with the real functions. Furthermore provides the
loader a reference counter for the library. When the last instance of the laoder will
be destroyed the loader will unload the library.
+
+ @deprecated
+ Do not use.
*/
template<class API>
class ODynamicLoader