diff options
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 014228c8392..5236802f041 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -8,7 +8,7 @@ // ********************************************************************** // -// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jan 18 16:16:35 2013 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Thu Jan 24 22:31:36 2013 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -578,11 +578,11 @@ const IceInternal::Property IcePatch2PropsData[] = IceInternal::Property("IcePatch2.ThreadPool.Serialize", false, 0), IceInternal::Property("IcePatch2.ThreadPool.ThreadIdleTime", false, 0), IceInternal::Property("IcePatch2.ThreadPool.ThreadPriority", false, 0), - IceInternal::Property("IcePatch2.ChunkSize", false, 0), + IceInternal::Property("IcePatch2.ChunkSize", true, "IcePatch2Client.ChunkSize"), IceInternal::Property("IcePatch2.Directory", false, 0), IceInternal::Property("IcePatch2.InstanceName", false, 0), - IceInternal::Property("IcePatch2.Remove", false, 0), - IceInternal::Property("IcePatch2.Thorough", false, 0), + IceInternal::Property("IcePatch2.Remove", true, "IcePatch2Client.Remove"), + IceInternal::Property("IcePatch2.Thorough", true, "IcePatch2Client.Thorough"), }; const IceInternal::PropertyArray @@ -591,7 +591,11 @@ const IceInternal::PropertyArray const IceInternal::Property IcePatch2ClientPropsData[] = { + IceInternal::Property("IcePatch2Client.ChunkSize", false, 0), + IceInternal::Property("IcePatch2Client.Directory", false, 0), IceInternal::Property("IcePatch2Client.Proxy", false, 0), + IceInternal::Property("IcePatch2Client.Remove", false, 0), + IceInternal::Property("IcePatch2Client.Thorough", false, 0), }; const IceInternal::PropertyArray |