diff options
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index dfd88de867d..9310e6db4e6 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -8,7 +8,7 @@ // ********************************************************************** // -// Generated by makeprops.py from file ../config/PropertyNames.xml, Fri May 28 11:55:01 2010 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Mon Mar 7 23:28:12 2011 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -442,6 +442,15 @@ const IceInternal::PropertyArray IceInternal::PropertyNames::IcePatch2Props(IcePatch2PropsData, sizeof(IcePatch2PropsData)/sizeof(IcePatch2PropsData[0])); +const IceInternal::Property IcePatch2ClientPropsData[] = +{ + IceInternal::Property("IcePatch2Client.Proxy", false, 0), +}; + +const IceInternal::PropertyArray + IceInternal::PropertyNames::IcePatch2ClientProps(IcePatch2ClientPropsData, + sizeof(IcePatch2ClientPropsData)/sizeof(IcePatch2ClientPropsData[0])); + const IceInternal::Property IceSSLPropsData[] = { IceInternal::Property("IceSSL.Alias", false, 0), @@ -649,6 +658,7 @@ const IceInternal::PropertyArray IceInternal::PropertyNames::validProps[] = IceGridAdminProps, IceGridProps, IcePatch2Props, + IcePatch2ClientProps, IceSSLProps, IceStormAdminProps, Glacier2Props, @@ -665,6 +675,7 @@ const char* IceInternal::PropertyNames::clPropNames[] = "IceGridAdmin", "IceGrid", "IcePatch2", + "IcePatch2Client", "IceSSL", "IceStormAdmin", "Glacier2", |