diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/PropertyNames.def | 8 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 10 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 2 |
3 files changed, 18 insertions, 2 deletions
diff --git a/cpp/config/PropertyNames.def b/cpp/config/PropertyNames.def index 76efc9b3b87..ad5b0d07200 100644 --- a/cpp/config/PropertyNames.def +++ b/cpp/config/PropertyNames.def @@ -208,6 +208,7 @@ IceGrid: Registry.Admin.ReplicaGroupId Registry.Admin.Endpoints Registry.Admin.PublishedEndpoints + Registry.Admin.RegisterProcess Registry.Admin.ThreadPool.Size Registry.Admin.ThreadPool.SizeMax Registry.Admin.ThreadPool.SizeWarn @@ -217,6 +218,7 @@ IceGrid: Registry.Client.ReplicaGroupId Registry.Client.Endpoints Registry.Client.PublishedEndpoints + Registry.Client.RegisterProcess Registry.Client.ThreadPool.Size Registry.Client.ThreadPool.SizeMax Registry.Client.ThreadPool.SizeWarn @@ -228,6 +230,7 @@ IceGrid: Registry.Internal.ReplicaGroupId Registry.Internal.Endpoints Registry.Internal.PublishedEndpoints + Register.Internal.RegisterProcess Registry.Internal.ThreadPool.Size Registry.Internal.ThreadPool.SizeMax Registry.Internal.ThreadPool.SizeWarn @@ -237,6 +240,7 @@ IceGrid: Registry.Server.ReplicaGroupId Registry.Server.Endpoints Registry.Server.PublishedEndpoints + Registry.Server.RegisterProcess Registry.Server.ThreadPool.Size Registry.Server.ThreadPool.SizeMax Registry.Server.ThreadPool.SizeWarn @@ -267,6 +271,7 @@ IcePatch2: Admin.ReplicaGroupId Admin.Endpoints Admin.PublishedEndpoints + Admin.RegisterProcess Admin.ThreadPool.Size Admin.ThreadPool.SizeMax Admin.ThreadPool.SizeWarn @@ -278,6 +283,7 @@ IcePatch2: Identity InstanceName PublishedEndpoints + RegisterProcess Remove Thorough ThreadPool.Size @@ -424,6 +430,7 @@ Glacier2: Client.Endpoints Client.ForwardContext Client.PublishedEndpoints + Client.RegisterProcess Client.SleepTime Client.Trace.Override Client.Trace.Reject @@ -437,6 +444,7 @@ Glacier2: Server.Endpoints Server.ForwardContext Server.PublishedEndpoints + Server.RegisterProcess Server.SleepTime Server.Trace.Override Server.Trace.Request diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 8a33cb1575f..d44041f015d 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 Nov 14 20:28:03 2005 +// Generated by makeprops.py from file `../config/PropertyNames.def', Fri Nov 25 11:59:22 2005 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -123,6 +123,7 @@ const char* IceInternal::PropertyNames::IceGridProps[] = "IceGrid.Registry.Admin.ReplicaGroupId", "IceGrid.Registry.Admin.Endpoints", "IceGrid.Registry.Admin.PublishedEndpoints", + "IceGrid.Registry.Admin.RegisterProcess", "IceGrid.Registry.Admin.ThreadPool.Size", "IceGrid.Registry.Admin.ThreadPool.SizeMax", "IceGrid.Registry.Admin.ThreadPool.SizeWarn", @@ -132,6 +133,7 @@ const char* IceInternal::PropertyNames::IceGridProps[] = "IceGrid.Registry.Client.ReplicaGroupId", "IceGrid.Registry.Client.Endpoints", "IceGrid.Registry.Client.PublishedEndpoints", + "IceGrid.Registry.Client.RegisterProcess", "IceGrid.Registry.Client.ThreadPool.Size", "IceGrid.Registry.Client.ThreadPool.SizeMax", "IceGrid.Registry.Client.ThreadPool.SizeWarn", @@ -143,6 +145,7 @@ const char* IceInternal::PropertyNames::IceGridProps[] = "IceGrid.Registry.Internal.ReplicaGroupId", "IceGrid.Registry.Internal.Endpoints", "IceGrid.Registry.Internal.PublishedEndpoints", + "IceGrid.Register.Internal.RegisterProcess", "IceGrid.Registry.Internal.ThreadPool.Size", "IceGrid.Registry.Internal.ThreadPool.SizeMax", "IceGrid.Registry.Internal.ThreadPool.SizeWarn", @@ -152,6 +155,7 @@ const char* IceInternal::PropertyNames::IceGridProps[] = "IceGrid.Registry.Server.ReplicaGroupId", "IceGrid.Registry.Server.Endpoints", "IceGrid.Registry.Server.PublishedEndpoints", + "IceGrid.Registry.Server.RegisterProcess", "IceGrid.Registry.Server.ThreadPool.Size", "IceGrid.Registry.Server.ThreadPool.SizeMax", "IceGrid.Registry.Server.ThreadPool.SizeWarn", @@ -188,6 +192,7 @@ const char* IceInternal::PropertyNames::IcePatch2Props[] = "IcePatch2.Admin.ReplicaGroupId", "IcePatch2.Admin.Endpoints", "IcePatch2.Admin.PublishedEndpoints", + "IcePatch2.Admin.RegisterProcess", "IcePatch2.Admin.ThreadPool.Size", "IcePatch2.Admin.ThreadPool.SizeMax", "IcePatch2.Admin.ThreadPool.SizeWarn", @@ -199,6 +204,7 @@ const char* IceInternal::PropertyNames::IcePatch2Props[] = "IcePatch2.Identity", "IcePatch2.InstanceName", "IcePatch2.PublishedEndpoints", + "IcePatch2.RegisterProcess", "IcePatch2.Remove", "IcePatch2.Thorough", "IcePatch2.ThreadPool.Size", @@ -357,6 +363,7 @@ const char* IceInternal::PropertyNames::Glacier2Props[] = "Glacier2.Client.Endpoints", "Glacier2.Client.ForwardContext", "Glacier2.Client.PublishedEndpoints", + "Glacier2.Client.RegisterProcess", "Glacier2.Client.SleepTime", "Glacier2.Client.Trace.Override", "Glacier2.Client.Trace.Reject", @@ -370,6 +377,7 @@ const char* IceInternal::PropertyNames::Glacier2Props[] = "Glacier2.Server.Endpoints", "Glacier2.Server.ForwardContext", "Glacier2.Server.PublishedEndpoints", + "Glacier2.Server.RegisterProcess", "Glacier2.Server.SleepTime", "Glacier2.Server.Trace.Override", "Glacier2.Server.Trace.Request", diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index 2f77226234d..eb3621d9ae5 100644 --- a/cpp/src/Ice/PropertyNames.h +++ b/cpp/src/Ice/PropertyNames.h @@ -7,7 +7,7 @@ // // ********************************************************************** -// Generated by makeprops.py from file `../../config/PropertyNames.def', Mon Nov 14 20:28:03 2005 +// Generated by makeprops.py from file `../config/PropertyNames.def', Fri Nov 25 11:59:22 2005 // IMPORTANT: Do not edit this file -- any edits made here will be lost! |