#include <ISmi.h>
Public Types | |
enum | { DELL_CALLING_INTERFACE_SMI_RAW, DELL_CALLING_INTERFACE_SMI } |
Public Member Functions | |
virtual | ~SmiFactory () throw () |
virtual std::auto_ptr < IDellCallingInterfaceSmi > | makeNew (u8 type)=0 |
Static Public Member Functions | |
static SmiFactory * | getFactory () |
Protected Member Functions | |
SmiFactory () |
Definition at line 74 of file ISmi.h.
anonymous enum |
virtual ~SmiFactory | ( | ) | throw () [virtual] |
SmiFactory | ( | ) | [protected] |
static SmiFactory* getFactory | ( | ) | [static] |
virtual std::auto_ptr<IDellCallingInterfaceSmi> makeNew | ( | u8 | type | ) | [pure virtual] |