diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-10-13 19:01:07 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-10-13 19:01:07 +0000 |
commit | 91d8e69addcf30e0af6391ce7582561a72e612c4 (patch) | |
tree | c08b2ff64b4a0dfce87948b165e14d34180e1139 | |
parent | Added description to replica group and node descriptors, removed IceGrid (diff) | |
download | ice-91d8e69addcf30e0af6391ce7582561a72e612c4.tar.bz2 ice-91d8e69addcf30e0af6391ce7582561a72e612c4.tar.xz ice-91d8e69addcf30e0af6391ce7582561a72e612c4.zip |
Removed IceGrid Identity properties
-rw-r--r-- | cs/src/Ice/PropertyNames.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cs/src/Ice/PropertyNames.cs b/cs/src/Ice/PropertyNames.cs index 1db9ea19e2e..e7ffc1e1c92 100644 --- a/cs/src/Ice/PropertyNames.cs +++ b/cs/src/Ice/PropertyNames.cs @@ -7,7 +7,7 @@ // // ********************************************************************** -// Generated by makeprops.py from file `../config/PropertyNames.def', Wed Oct 12 16:57:50 2005 +// Generated by makeprops.py from file `../config/PropertyNames.def', Thu Oct 13 21:51:09 2005 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -129,7 +129,6 @@ namespace IceInternal @"^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\.ReplicaGroupId$", @"^IceGrid\.Registry\.Client\.Endpoints$", @@ -149,9 +148,7 @@ namespace IceInternal @"^IceGrid\.Registry\.Internal\.ThreadPool\.SizeMax$", @"^IceGrid\.Registry\.Internal\.ThreadPool\.SizeWarn$", @"^IceGrid\.Registry\.Internal\.ThreadPool\.StackSize$", - @"^IceGrid\.Registry\.LocatorIdentity$", @"^IceGrid\.Registry\.NodeSessionTimeout$", - @"^IceGrid\.Registry\.QueryIdentity$", @"^IceGrid\.Registry\.Server\.AdapterId$", @"^IceGrid\.Registry\.Server\.ReplicaGroupId$", @"^IceGrid\.Registry\.Server\.Endpoints$", @@ -160,8 +157,6 @@ namespace IceInternal @"^IceGrid\.Registry\.Server\.ThreadPool\.SizeMax$", @"^IceGrid\.Registry\.Server\.ThreadPool\.SizeWarn$", @"^IceGrid\.Registry\.Server\.ThreadPool\.StackSize$", - @"^IceGrid\.Registry\.SessionManagerIdentity$", - @"^IceGrid\.Registry\.TopicManagerIdentity$", @"^IceGrid\.Registry\.Trace\.Application$", @"^IceGrid\.Registry\.Trace\.Adapter$", @"^IceGrid\.Registry\.Trace\.Node$", |