diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-11-25 10:37:51 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-11-25 10:37:51 +0000 |
commit | 0c66f22e1044e43f9831233b34ae0cc38442bd1f (patch) | |
tree | 1e680a76d31a0dd4e1da86ecba2523f7fb8ca3bc /cpp/src | |
parent | Added omniORB tests (diff) | |
download | ice-0c66f22e1044e43f9831233b34ae0cc38442bd1f.tar.bz2 ice-0c66f22e1044e43f9831233b34ae0cc38442bd1f.tar.xz ice-0c66f22e1044e43f9831233b34ae0cc38442bd1f.zip |
Added IcePatch2.Admin.RegisterProcess
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 10 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 2 |
2 files changed, 10 insertions, 2 deletions
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! |