Update of /cvsroot/pclasses/pclasses2/include/pclasses/System
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19040/include/pclasses/System
Modified Files:
Mime.h
Log Message:
Changed the sharing context to FactoryContext, for consistency with the other factories.
Index: Mime.h
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/Mime.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Mime.h 24 Dec 2004 16:23:24 -0000 1.6
+++ Mime.h 25 Dec 2004 00:06:01 -0000 1.7
@@ -92,8 +92,10 @@
//! MIME type database
/*!
The class is used as an application wide MIME type registry.
+
\author Christian Prochnow <cp...@se...>
\author stephan beal <st...@s1...>
+
\ingroup System
*/
class /* PIO_EXPORT */ MimeTypeDb
@@ -294,7 +296,7 @@
namespace System
{
template <typename InterfaceT>
- class MimeHandlerFactory : public ::P::Factory< InterfaceT, MimeType,::P::Sharing::MimeContext >
+ class MimeHandlerFactory : public ::P::Factory< InterfaceT, MimeType, ::P::Sharing::FactoryContext >
{
};
|