![]() |
IThrowException.hGo to the documentation of this file.00001 /* ------------------------------------------------------------------------------- 00002 00003 Copyright 2000-2006 Adobe Systems Incorporated. All Rights Reserved. 00004 00005 NOTICE: Adobe permits you to use, modify, and distribute this file 00006 in accordance with the terms of the Adobe license agreement accompanying 00007 it. If you have received this file from a source other than Adobe, then 00008 your use, modification, or distribution of it requires the prior written 00009 permission of Adobe. 00010 00011 ---------------------------------------------------------------------------------- 00012 00013 File: IThrowException.h 00014 00015 Notes: define the exception method. 00016 00017 ---------------------------------------------------------------------------------- */ 00018 #ifndef __IThrowException__ 00019 #define __IThrowException__ 00020 00021 #include "ATETypes.h" 00022 #include "ATETypesDef.h" 00023 00024 namespace ATE 00025 { 00026 00027 void Throw_ATE_Exception (ATEErr err); 00028 00029 00030 }// namespace ATE 00031 00032 #endif //__IThrowException__ |
||||||
|
![]() |
|