home *** CD-ROM | disk | FTP | other *** search
- #ifndef PICTUREFORMATMANAGERPTR_H
- #define PICTUREFORMATMANAGERPTR_H
-
- #include "PictureFormatManager.h"
-
- class PictureFormatManagerPtr
- {
- public:
- PictureFormatManager * operator->()const;
- static void destroy();
- private:
- static PictureFormatManager * pfm;
- };
- #endif //PICTUREFORMATMANAGERPTR_H