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 f1dfb0d6dd7..9e95ee13ad1 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -7,7 +7,7 @@ // // ********************************************************************** -// Generated by makeprops.py from file `../config/PropertyNames.def', Mon Aug 21 16:37:24 2006 +// Generated by makeprops.py from file `../../config/PropertyNames.def', Mon Aug 28 09:10:05 2006 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -95,6 +95,15 @@ const char* IceInternal::PropertyNames::IceBoxProps[] = 0 }; +const char* IceInternal::PropertyNames::IceGridAdminProps[] = +{ + "IceGridAdmin.UseSecureAuthentication", + "IceGridAdmin.Routed", + "IceGridAdmin.Username", + "IceGridAdmin.Password", + 0 +}; + const char* IceInternal::PropertyNames::IceGridProps[] = { "IceGrid.AdminGUI.Endpoints", @@ -353,6 +362,7 @@ const char* const* IceInternal::PropertyNames::validProps[] = { IcePatch2Props, IceStormProps, + IceGridAdminProps, IceSSLProps, IceProps, FreezeProps, @@ -366,6 +376,7 @@ const char* IceInternal::PropertyNames::clPropNames[] = { "Ice", "IceBox", + "IceGridAdmin", "IceGrid", "IcePatch2", "IceSSL", |