HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VOPNET_Error.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  */
7 
8 #ifndef __VOPNET_Error__
9 #define __VOPNET_Error__
10 
12 {
14 
15  VOPNET_OPERATOR_IN_USE, // operator type %s is in use.
16  VOPNET_CONFLICTING_OPTYPE // The VOPNET name doesn't match the name of
17  // the operator it defines.
18 };
19 
20 #endif
VOPNET_ErrorCodes
Definition: VOPNET_Error.h:11