diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-06-06 14:30:05 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-06-06 14:30:05 +0000 |
commit | c1d6e119a653d262abfb8b041019497328ca0c4b (patch) | |
tree | 505f2395e21d21ccdeb2891cbacdb69f9fba80d7 /cpp/src/Ice/PropertyNames.cpp | |
parent | fix for bug 307 (diff) | |
download | ice-c1d6e119a653d262abfb8b041019497328ca0c4b.tar.bz2 ice-c1d6e119a653d262abfb8b041019497328ca0c4b.tar.xz ice-c1d6e119a653d262abfb8b041019497328ca0c4b.zip |
adding Ice.Compression.Level
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 3067ceab9ed..97ac8cc7b62 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 17:48:18 2005 +// Generated by makeprops.py from file `../config/PropertyNames.def', Thu Jun 2 15:14:44 2005 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -18,6 +18,7 @@ const char* IceInternal::PropertyNames::IceProps[] = "Ice.ACM.Client", "Ice.ACM.Server", "Ice.ChangeUser", + "Ice.Compression.Level", "Ice.Config", "Ice.ConnectionIdleTime", "Ice.Default.Host", |