diff options
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index a90f926fe45..c5b898c1e67 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 Feb 12 15:35:29 2007 +// Generated by makeprops.py from file `./config/PropertyNames.def', Mon Feb 12 09:34:55 2007 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -169,6 +169,13 @@ const char* IceInternal::PropertyNames::IceGridProps[] = "IceGrid.Node.Trace.Server", "IceGrid.Node.UserAccounts", "IceGrid.Node.UserAccountMapper", + "IceGrid.Node.UserAccountMapper.EndpointSelection", + "IceGrid.Node.UserAccountMapper.ConnectionCached", + "IceGrid.Node.UserAccountMapper.PreferSecure", + "IceGrid.Node.UserAccountMapper.LocatorCacheTimeout", + "IceGrid.Node.UserAccountMapper.Locator", + "IceGrid.Node.UserAccountMapper.Router", + "IceGrid.Node.UserAccountMapper.CollocationOptimization", "IceGrid.Node.WaitTime", "IceGrid.Registry.SessionManager.AdapterId", "IceGrid.Registry.SessionManager.ReplicaGroupId", @@ -318,6 +325,13 @@ const char* IceInternal::PropertyNames::IceStormProps[] = "IceStorm.TopicManager.ReplicaGroupId", "IceStorm.TopicManager.Endpoints", "IceStorm.TopicManager.Proxy", + "IceStorm.TopicManager.Proxy.EndpointSelection", + "IceStorm.TopicManager.Proxy.ConnectionCached", + "IceStorm.TopicManager.Proxy.PreferSecure", + "IceStorm.TopicManager.Proxy.LocatorCacheTimeout", + "IceStorm.TopicManager.Proxy.Locator", + "IceStorm.TopicManager.Proxy.Router", + "IceStorm.TopicManager.Proxy.CollocationOptimization", "IceStorm.TopicManager.PublishedEndpoints", "IceStorm.TopicManager.RegisterProcess", "IceStorm.TopicManager.ThreadPool.Size", @@ -334,6 +348,7 @@ const char* IceInternal::PropertyNames::IceStormProps[] = "IceStorm.Trace.Topic", "IceStorm.Trace.TopicManager", "IceStorm.Send.Timeout", + "IceStorm.Discard.Interval", 0 }; |