From c270699d087ae968214cd3f1094cd70d592c3e92 Mon Sep 17 00:00:00 2001 From: Andreas Schlüns Date: Wed, 20 Dec 2000 08:48:54 +0000 Subject: #82383# move FrameLoaderFactory to light dll --- framework/source/register/registerservices.cxx | 12 ++---------- framework/source/register/registertemp.cxx | 12 +++++++++--- 2 files changed, 11 insertions(+), 13 deletions(-) (limited to 'framework/source/register') diff --git a/framework/source/register/registerservices.cxx b/framework/source/register/registerservices.cxx index cf1c6271317b..d8f1520eea34 100644 --- a/framework/source/register/registerservices.cxx +++ b/framework/source/register/registerservices.cxx @@ -2,9 +2,9 @@ * * $RCSfile: registerservices.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: as $ $Date: 2000-12-13 09:50:53 $ + * last change: $Author: as $ $Date: 2000-12-20 09:48:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -115,10 +115,6 @@ #include #endif -#ifndef __FRAMEWORK_SERVICES_FRAMELOADERFACTORY_HXX_ -#include -#endif - #ifdef TF_FILTER//MUSTFILTER #ifndef __FRAMEWORK_SERVICES_FILTERFACTORY_HXX_ #include @@ -137,7 +133,6 @@ COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer COMPONENTINFO( ::framework::Desktop ) COMPONENTINFO( ::framework::Task ) COMPONENTINFO( ::framework::Frame ) - COMPONENTINFO( ::framework::FrameLoaderFactory ) COMPONENTINFO( ::framework::FilterFactory ) COMPONENTINFO( ::framework::TypeDetection ) COMPONENTINFO( ::framework::DocumentProperties ) @@ -148,7 +143,6 @@ COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer IFFACTORY( ::framework::Desktop ) else IFFACTORY( ::framework::Task ) else IFFACTORY( ::framework::Frame ) else - IFFACTORY( ::framework::FrameLoaderFactory ) else IFFACTORY( ::framework::FilterFactory ) else IFFACTORY( ::framework::TypeDetection ) else IFFACTORY( ::framework::DocumentProperties ) @@ -159,7 +153,6 @@ COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer COMPONENTINFO( ::framework::Desktop ) COMPONENTINFO( ::framework::Task ) COMPONENTINFO( ::framework::Frame ) - COMPONENTINFO( ::framework::FrameLoaderFactory ) COMPONENTINFO( ::framework::DocumentProperties ) ) @@ -168,7 +161,6 @@ COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer IFFACTORY( ::framework::Desktop ) else IFFACTORY( ::framework::Task ) else IFFACTORY( ::framework::Frame ) else - IFFACTORY( ::framework::FrameLoaderFactory ) else IFFACTORY( ::framework::DocumentProperties ) ) #endif//MUSTFILTER diff --git a/framework/source/register/registertemp.cxx b/framework/source/register/registertemp.cxx index eb6463763ee6..23194fd12431 100644 --- a/framework/source/register/registertemp.cxx +++ b/framework/source/register/registertemp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: registertemp.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: as $ $Date: 2000-12-13 09:23:06 $ + * last change: $Author: as $ $Date: 2000-12-20 09:48:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,11 +95,17 @@ #include #endif +#ifndef __FRAMEWORK_SERVICES_FRAMELOADERFACTORY_HXX_ +#include +#endif + COMPONENTGETIMPLEMENTATIONENVIRONMENT COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::MediaTypeDetectionHelper ) + COMPONENTINFO( ::framework::FrameLoaderFactory ) ) -COMPONENTGETFACTORY ( IFFACTORY( ::framework::MediaTypeDetectionHelper ) +COMPONENTGETFACTORY ( IFFACTORY( ::framework::MediaTypeDetectionHelper ) else + IFFACTORY( ::framework::FrameLoaderFactory ) ) -- cgit