diff options
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 981b9b90aec..3067ceab9ed 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', Thu Jun 2 12:34:35 2005 +// Generated by makeprops.py from file `../config/PropertyNames.def', Thu Jun 2 17:48:18 2005 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -111,7 +111,6 @@ const char* IceInternal::PropertyNames::IcePackProps[] = "IcePack.Node.Trace.Server", "IcePack.Node.WaitTime", "IcePack.Node.BackgroundRegistration", - "IcePack.Registry.AdminIdentity", "IcePack.Registry.Admin.AdapterId", "IcePack.Registry.Admin.Endpoints", "IcePack.Registry.Admin.PublishedEndpoints", @@ -119,6 +118,7 @@ const char* IceInternal::PropertyNames::IcePackProps[] = "IcePack.Registry.Admin.ThreadPool.SizeMax", "IcePack.Registry.Admin.ThreadPool.SizeWarn", "IcePack.Registry.Admin.ThreadPool.StackSize", + "IcePack.Registry.AdminIdentity", "IcePack.Registry.Client.AdapterId", "IcePack.Registry.Client.Endpoints", "IcePack.Registry.Client.PublishedEndpoints", @@ -136,6 +136,7 @@ const char* IceInternal::PropertyNames::IcePackProps[] = "IcePack.Registry.Internal.ThreadPool.SizeWarn", "IcePack.Registry.Internal.ThreadPool.StackSize", "IcePack.Registry.LocatorIdentity", + "IcePack.Registry.QueryIdentity", "IcePack.Registry.Server.AdapterId", "IcePack.Registry.Server.Endpoints", "IcePack.Registry.Server.PublishedEndpoints", @@ -147,7 +148,6 @@ const char* IceInternal::PropertyNames::IcePackProps[] = "IcePack.Registry.Trace.NodeRegistry", "IcePack.Registry.Trace.ObjectRegistry", "IcePack.Registry.Trace.ServerRegistry", - "IcePack.Registry.QueryIdentity", 0 }; @@ -179,6 +179,7 @@ const char* IceInternal::PropertyNames::IceGridProps[] = "IceGrid.Registry.Admin.ThreadPool.SizeMax", "IceGrid.Registry.Admin.ThreadPool.SizeWarn", "IceGrid.Registry.Admin.ThreadPool.StackSize", + "IceGrid.Registry.AdminIdentity", "IceGrid.Registry.Client.AdapterId", "IceGrid.Registry.Client.Endpoints", "IceGrid.Registry.Client.PublishedEndpoints", @@ -195,6 +196,8 @@ const char* IceInternal::PropertyNames::IceGridProps[] = "IceGrid.Registry.Internal.ThreadPool.SizeMax", "IceGrid.Registry.Internal.ThreadPool.SizeWarn", "IceGrid.Registry.Internal.ThreadPool.StackSize", + "IceGrid.Registry.LocatorIdentity", + "IceGrid.Registry.QueryIdentity", "IceGrid.Registry.Server.AdapterId", "IceGrid.Registry.Server.Endpoints", "IceGrid.Registry.Server.PublishedEndpoints", |