blob: 91500f41241a421da3cf555533eddf48bc07844d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
// **********************************************************************
//
// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
// Generated by makeprops.py from file `../config/PropertyNames.def', Wed Jan 3 13:36:27 2007
// IMPORTANT: Do not edit this file -- any edits made here will be lost!
#ifndef ICE_INTERNAL_PropertyNames_H
#define ICE_INTERNAL_PropertyNames_H
#include <Ice/Config.h>
namespace IceInternal
{
class PropertyNames
{
public:
static const char* IceProps[];
static const char* IceBoxProps[];
static const char* IceGridAdminProps[];
static const char* IceGridProps[];
static const char* IcePatch2Props[];
static const char* IceSSLProps[];
static const char* IceStormProps[];
static const char* Glacier2Props[];
static const char* FreezeProps[];
static const char* const* validProps[];
static const char* clPropNames[];
};
}
#endif
|