00001 /* 00002 * PROPRIETARY INFORMATION. This software is proprietary to 00003 * Side Effects Software Inc., and is not to be reproduced, 00004 * transmitted, or disclosed in any way without written permission. 00005 * 00006 * Produced by: 00007 * Side Effects 00008 * 477 Richmond Street West 00009 * Toronto, Ontario 00010 * Canada M5V 3E7 00011 * 416-504-9876 00012 */ 00013 00014 #ifndef __VOPNET_Error__ 00015 #define __VOPNET_Error__ 00016 00017 enum VOPNET_ErrorCodes 00018 { 00019 VOPNET_MESSAGE = 0, 00020 00021 VOPNET_OPERATOR_IN_USE, // operator type %s is in use. 00022 VOPNET_CONFLICTING_OPTYPE // The VOPNET name doesn't match the name of 00023 // the operator it defines. 00024 }; 00025 00026 #endif
1.5.9