00001 #ifndef _ErrorSystemExample_IDL_ 00002 #define _ErrorSystemExample_IDL_ 00003 00004 /******************************************************************************* 00005 * ALMA - Atacama Large Millimiter Array 00006 * (c) European Southern Observatory, 2003 00007 * 00008 *This library is free software; you can redistribute it and/or 00009 *modify it under the terms of the GNU Lesser General Public 00010 *License as published by the Free Software Foundation; either 00011 *version 2.1 of the License, or (at your option) any later version. 00012 * 00013 *This library is distributed in the hope that it will be useful, 00014 *but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00016 *Lesser General Public License for more details. 00017 * 00018 *You should have received a copy of the GNU Lesser General Public 00019 *License along with this library; if not, write to the Free Software 00020 *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00021 * 00022 * "@(#) $Id: AES2IDL.xslt,v 1.9 2007/05/23 08:55:56 nbarriga Exp $" 00023 ************* THIS FILE IS AUTOMATICALLY GENERATED !!!!!! 00024 */ 00025 00026 #include <acserr.idl> 00027 00028 #pragma prefix "alma" 00029 00030 module ACSErr 00031 { 00032 // type 00033 const ACSErr::ACSErrType ErrorSystemExample = 904; 00034 }; // module ACSErr 00035 00036 module ErrorSystemExample 00037 { 00038 const ACSErr::ErrorCode NothingCanBeScheduledError = 0; 00039 const ACSErr::ErrorCode PipelineProcessingRequestError = 1; 00040 00041 // excption for type: 00042 exception ErrorSystemExampleEx { 00043 ACSErr::ErrorTrace errorTrace; 00044 }; 00045 00046 // excptions for codes: 00047 exception NothingCanBeScheduledErrorEx { 00048 ACSErr::ErrorTrace errorTrace; 00049 }; 00050 00051 exception PipelineProcessingRequestErrorEx { 00052 ACSErr::ErrorTrace errorTrace; 00053 }; 00054 00055 00056 }; // module ErrorSystemExample 00057 00058 #endif 00059