AAX SDK  2.1.1
Avid Audio Extensions Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AAX_IACFHostServices.h
Go to the documentation of this file.
1 /*================================================================================================*/
2 /*
3  *
4  * Copyright 2013 by Avid Technology, Inc.
5  * All rights reserved.
6  *
7  * CONFIDENTIAL: This document contains confidential information. Do not
8  * read or examine this document unless you are an Avid Technology employee
9  * or have signed a non-disclosure agreement with Avid Technology which protects
10  * the confidentiality of this document. DO NOT DISCLOSE ANY INFORMATION
11  * CONTAINED IN THIS DOCUMENT TO ANY THIRD-PARTY WITHOUT THE PRIOR WRITTEN CONSENT
12  * OF Avid Technolgy, INC.
13  *
14  */
15 
20 /*================================================================================================*/
21 
22 
23 #ifndef AAX_IACFHOSTSERVICES_H
24 #define AAX_IACFHOSTSERVICES_H
25 
26 #include "AAX.h"
27 
28 #ifdef __clang__
29 #pragma clang diagnostic push
30 #pragma clang diagnostic ignored "-Wnon-virtual-dtor"
31 #endif
32 
33 #include "acfunknown.h"
34 
38 {
39 public:
40  virtual AAX_Result Assert ( const char * iFile, int32_t iLine, const char * iCondition ) = 0;
41  virtual AAX_Result Trace ( int32_t iPriority, const char * iMessage ) = 0;
42 };
43 
44 #ifdef __clang__
45 #pragma clang diagnostic pop
46 #endif
47 
48 #endif // #ifndef AAX_IACFHOSTSERVICES_H
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 Assert(const char *iFile, int32_t iLine, const char *iCondition)=0
Assert that a condition is true.
virtual AAX_Result Trace(int32_t iPriority, const char *iMessage)=0
Log a trace message.
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.dox:231
int32_t AAX_Result
Definition: AAX.h:118