12 #ifndef AAX_VHOSTSERVICES_H
13 #define AAX_VHOSTSERVICES_H
17 #include "acfunknown.h"
35 virtual AAX_Result Assert (
const char * inFile, int32_t inLine,
const char * inCondition );
36 virtual AAX_Result Trace ( int32_t inPriority,
const char * inMessage );
39 ACFPtr<AAX_IACFHostServices> mIACFHostServices;
44 #endif //AAX_IAUTOMATIONDELEGATE_H
AAX_VHostServices(IACFUnknown *pUnkHost)
Various utility definitions for AAX.
Versioned interface to diagnostic and debugging services provided by the AAX host.
Definition: AAX_IACFHostServices.h:37
virtual AAX_Result Trace(int32_t inPriority, const char *inMessage)
Log a trace message.
Version-managed concrete AAX_IHostServices class.
Definition: AAX_VHostServices.h:29
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.dox:231
int32_t AAX_Result
Definition: AAX.h:118
virtual AAX_Result Assert(const char *inFile, int32_t inLine, const char *inCondition)
Assert that a condition is true.
Interface to diagnostic and debugging services provided by the AAX host.
Definition: AAX_IHostServices.h:35