summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/PropertyNames.h
blob: c1bdfae9cbc0a5389e90a00d9e16503cd6bc6f2b (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-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', Mon Dec 18 13:40:21 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* 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