00001 // OSB library ************************************************ -*- C++ -*- 00010 /* 00011 AUTHOR(S): Stephan Broennimann (vb) 00012 00013 RCS information 00014 $Name: OSB_060808 $ 00015 $Revision: 1.2 $ 00016 00017 License 00018 OSB rating and billing library for communication networks 00019 Copyright (C) 2004, 2005, 2006 OSB systems 00020 00021 This file may be distributed and/or modify under the terms of the 00022 GNU General Public License (GPL) as published by the Free Software 00023 Foundation which is provided in the file LICENSE.GPL included in the 00024 packaging of this file. 00025 00026 The file is distributed in the hope that it will be useful, but WITHOUT 00027 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00028 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 00029 for more details. 00030 00031 Holders of a OSB Commercial License may use this file under the terms 00032 and conditions of this commercial license. 00033 */ 00034 #ifndef _ASN1ZTEPRINT_H_ 00035 #define _ASN1ZTEPRINT_H_ 00036 00037 // ************************************************************************ 00038 // included header files 00039 // + standard includes 00040 00041 // + libraries 00042 00043 // + local headers 00044 00045 // + class declarations 00046 00047 // ************************************************************************ 00048 // namespace extensions 00049 namespace OSB_LIB { 00050 00051 // ************************************************************************ 00052 // forward declarations 00053 00054 // ************************************************************************ 00055 // type definitions 00056 00057 // ************************************************************************ 00058 // class definitions 00068 struct RegAsn1ZtePrint { 00079 RegAsn1ZtePrint(); 00080 }; 00081 } // namespace OSB_LIB 00082 00083 // ************************************************************************ 00084 // inline definitions 00085 namespace OSB_LIB { 00086 } // namespace OSB_LIB 00087 #endif // #ifndef _ASN1ZTEPRINT_H_