From 58c72e1bdaf868756aea6971b2f9dbd3ffa77b27 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 1 Dec 2006 16:18:00 +0000 Subject: 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 --- cppuhelper/inc/cppuhelper/factory.hxx | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) (limited to 'cppuhelper') 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 { -- cgit