idlconfig.h

来自「编译工具」· C头文件 代码 · 共 69 行

H
69
字号
// -*- c++ -*-//                          Package   : omniidl// idlconfig.h              Created on: 2000/03/06//			    Author    : Duncan Grisby (dpg1)////    Copyright (C) 2000 AT&T Laboratories Cambridge////  This file is part of omniidl.////  omniidl is free software; you can redistribute it and/or modify it//  under the terms of the GNU General Public License as published by//  the Free Software Foundation; either version 2 of the License, or//  (at your option) any later version.////  This program is distributed in the hope that it will be useful,//  but WITHOUT ANY WARRANTY; without even the implied warranty of//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU//  General Public License for more details.////  You should have received a copy of the GNU General Public License//  along with this program; if not, write to the Free Software//  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA//  02111-1307, USA.//// Description://   //   Global configuration for omniidl// $Id: idlconfig.h,v 1.2.2.3 2000/12/05 17:45:19 dpg1 Exp $// $Log: idlconfig.h,v $// Revision 1.2.2.3  2000/12/05 17:45:19  dpg1// omniidl case sensitivity updates from omni3_develop.//// Revision 1.2.2.2  2000/10/27 16:31:08  dpg1// Clean up of omniidl dependencies and types, from omni3_develop.//// Revision 1.2.2.1  2000/07/17 10:36:03  sll// Merged from omni3_develop the diff between omni3_0_0_pre3 and omni3_0_0.//// Revision 1.3  2000/07/13 15:25:53  dpg1// Merge from omni3_develop for 3.0 release.//// Revision 1.1.2.2  2000/06/05 18:13:27  dpg1// Comments can be attached to subsequent declarations (with -K). Better// idea of most recent decl in operation declarations//// Revision 1.1.2.1  2000/03/06 15:03:48  dpg1// Minor bug fixes to omniidl. New -nf and -k flags.//#ifndef _idlconfig_h_#define _idlconfig_h_#include <idlutil.h>class Config {public:  static IDL_Boolean quiet;           // Don't make any output  static IDL_Boolean forwardWarning;  // Warn about unresolved forwards  static IDL_Boolean keepComments;    // Keep comments from source  static IDL_Boolean commentsFirst;   // Comments come before declarations  static IDL_Boolean caseSensitive;   // Do not treat identifiers differing                                      //  only in case as errors};#endif // _idlconfig_h_

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?