summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-01 16:18:00 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-01 16:18:00 +0000
commit58c72e1bdaf868756aea6971b2f9dbd3ffa77b27 (patch)
tree2ed5efd2ed721f902e648f498bf5cbdce95b3260 /cppuhelper
parent5a3f4d9271156f88ec860590df5643bbf6ee3bc3 (diff)
INTEGRATION: CWS bunoidmap (1.9.74); FILE MERGED
2006/11/08 16:54:56 kr 1.9.74.1: i71243 - Remove deprecated stuff from Buno shared library loader
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/inc/cppuhelper/factory.hxx30
1 files changed, 2 insertions, 28 deletions
diff --git a/cppuhelper/inc/cppuhelper/factory.hxx b/cppuhelper/inc/cppuhelper/factory.hxx
index 631b201f6538..8cf0408985cf 100644
--- a/cppuhelper/inc/cppuhelper/factory.hxx
+++ b/cppuhelper/inc/cppuhelper/factory.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: factory.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 09:12:08 $
+ * last change: $Author: rt $ $Date: 2006-12-01 17:17:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -115,32 +115,6 @@ typedef void * (SAL_CALL * component_getFactoryFunc)(
//##################################################################################################
-#define WRITE_COMPONENT_INFO_FUNCTION "writeComponentInfo"
-#define CREATE_COMPONENT_FACTORY_FUNCTION "createComponentFactory"
-
-/** Deprecated. Function pointer declaration.
- Function writes component registry info, at least writing the supported service names.
-
- @param pXKey a registry key
- @return true if everything went fine
- @deprecated
-*/
-typedef sal_Bool (SAL_CALL * WriteComponentInfoFunc)( uno_Interface * pXKey );
-
-/** Deprecated. Function pointer declaration.
- Retrieves a factory to create component instances.
-
- @param pImplName
- desired implementation name
- @param pXSMgr a service manager
- @param pXKey a registry key
- @return acquired component factory
- @deprecated
-*/
-typedef uno_Interface* (SAL_CALL * CreateComponentFactoryFunc)(
- const sal_Unicode * pImplName, uno_Interface * pXSMgr, uno_Interface * pXKey );
-
-
namespace cppu
{