src/include/common/vocl/VObjectFactory.h

00001 
00020 #ifndef INCL_VIRTUAL_OBJECT_FACTORY
00021 #define INCL_VIRTUAL_OBJECT_FACTORY
00022 
00024 #include "VObject.h"
00025 
00026 class VObjectFactory {
00027 
00028 public:
00029     static VObject* createInstance(WCHAR* objType, WCHAR* objversion);
00030 };
00031 
00033 #endif

Generated on Fri Apr 27 12:29:19 2007 for Funambol C++ Client Library by  doxygen 1.5.2