diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-08-29 09:00:41 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-08-29 09:00:41 +0000 |
commit | 5517585e1d63ade7730a72c8df43d497c9491904 (patch) | |
tree | a5f297388f985400898a18fd269d75be6667e4c5 /cpp/src/Ice/PropertyNames.cpp | |
parent | Bug 1339. (diff) | |
download | ice-5517585e1d63ade7730a72c8df43d497c9491904.tar.bz2 ice-5517585e1d63ade7730a72c8df43d497c9491904.tar.xz ice-5517585e1d63ade7730a72c8df43d497c9491904.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1274
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", |