summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/PropertyNames.h
blob: 2010f35fde00e5546f50995595b46fc125393a64 (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-2004 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 Feb 15 19:33:16 2005

// 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* IcePackProps[];
    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[];

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

}

#endif