Synopsis - Cross-Reference

File: /Synopsis/Parsers/IDL/idlconfig.cc
 1// -*- c++ -*-
 2//                          Package   : omniidl
 3// idlconfig.cc             Created on: 2000/03/06
 4//			    Author    : Duncan Grisby (dpg1)
 5//
 6//    Copyright (C) 2000 AT&T Laboratories Cambridge
 7//
 8//  This file is part of omniidl.
 9//
10//  omniidl is free software; you can redistribute it and/or modify it
11//  under the terms of the GNU General Public License as published by
12//  the Free Software Foundation; either version 2 of the License, or
13//  (at your option) any later version.
14//
15//  This program is distributed in the hope that it will be useful,
16//  but WITHOUT ANY WARRANTY; without even the implied warranty of
17//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18//  General Public License for more details.
19//
20//  You should have received a copy of the GNU General Public License
21//  along with this program; if not, write to the Free Software
22//  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
23//  02111-1307, USA.
24//
25// Description:
26//   
27//   Global configuration for omniidl
28
29// $Id: idlconfig.cc,v 1.5.2.1 2003/03/23 21:01:47 dgrisby Exp $
30// $Log: idlconfig.cc,v $
31// Revision 1.5.2.1  2003/03/23 21:01:47  dgrisby
32// Start of omniORB 4.1.x development branch.
33//
34// Revision 1.2.2.3  2000/12/05 17:45:19  dpg1
35// omniidl case sensitivity updates from omni3_develop.
36//
37// Revision 1.2.2.2  2000/10/27 16:31:08  dpg1
38// Clean up of omniidl dependencies and types, from omni3_develop.
39//
40// Revision 1.2.2.1  2000/07/17 10:36:02  sll
41// Merged from omni3_develop the diff between omni3_0_0_pre3 and omni3_0_0.
42//
43// Revision 1.3  2000/07/13 15:25:53  dpg1
44// Merge from omni3_develop for 3.0 release.
45//
46// Revision 1.1.2.2  2000/06/05 18:13:27  dpg1
47// Comments can be attached to subsequent declarations (with -K). Better
48// idea of most recent decl in operation declarations
49//
50// Revision 1.1.2.1  2000/03/06 15:03:48  dpg1
51// Minor bug fixes to omniidl. New -nf and -k flags.
52//
53
54#include <idlconfig.h>
55
56
57IDL_Boolean Config::quiet          = 0;
58IDL_Boolean Config::forwardWarning = 1;
59IDL_Boolean Config::keepComments   = 0;
60IDL_Boolean Config::commentsFirst  = 0;
61IDL_Boolean Config::caseSensitive  = 0;