Update of /cvsroot/pclasses/pclasses2/include/pclasses
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18001
Added Files:
SharingContext.h
Log Message:
added MimeContext
--- NEW FILE: SharingContext.h ---
#ifndef Sharing_SHARING_HPP_INCLUDED
#define Sharing_SHARING_HPP_INCLUDED 1
namespace P
{
/**
Namespace Sharing holds internal "sharing context" marker
classes.
*/
namespace Sharing {
/** Internal marker class. */
struct SystemContext {};
/** Internal marker class. */
struct UnicodeContext {};
/** Internal marker class. */
struct FactoryContext {};
/** Internal marker class. */
struct CoreContext {};
/** Internal marker class. */
struct IOContext {};
/** Internal marker class. */
struct NetContext {};
/** Internal marker class. */
struct CryptoContext {};
/** Internal marker class. */
struct MimeContext {};
} } // namespace P::Sharing
#endif // Sharing_SHARING_HPP_INCLUDED
|