summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/PropertyNames.h
blob: 79ab7677335489f4ccaea129edfa284e749e5bce (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
42
// **********************************************************************
//
// Copyright (c) 2003-2006 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', Tue Mar  7 15:44:07 2006

// 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* IceGridProps[];
    static const char* IcePatchProps[];
    static const char* IcePatch2Props[];
    static const char* IceSSLProps[];
    static const char* IceStormProps[];
    static const char* GlacierProps[];
    static const char* Glacier2Props[];
    static const char* FreezeProps[];

    static const char* const* validProps[];
    static const char* clPropNames[];
};

}

#endif