Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

RainCOMFactory.h

Go to the documentation of this file.
00001 #ifndef __RAINCOMFACTORY
00002 #define __RAINCOMFACTORY
00003 
00004 
00005 #include "RainDefines.h"
00006 
00007 class CRainCOMFactory
00008 {
00009 public:
00010         CRainCOMFactory();
00011         ~CRainCOMFactory();
00012 
00013         void* CreateObject(REFCLSID ClassID, REFIID InterfaceID);
00014 };
00015 
00016 
00017 
00018 
00019 #endif

Generated on Thu May 23 17:51:00 2002 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001