00001 #ifndef PV_CONFIG_INTERFACE_H_INCLUDED 00002 #define PV_CONFIG_INTERFACE_H_INCLUDED 00003 00004 #include "oscl_base.h" 00005 #include "oscl_vector.h" 00006 00010 class PVConfigInterface 00011 { 00020 virtual PVCommandId QueryInterface(const PVUUID& aUuid, 00021 PVInterfacePtr& aInterfacePtr, 00022 OsclAny* aContextData = NULL) = 0; 00023 } 00024 00025 #endif // PV_CONFIG_INTERFACE_H_INCLUDED 00026 00027 00028 00029