diff options
author | Brent Eagles <brent@zeroc.com> | 2007-06-19 10:34:13 -0230 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2007-06-19 10:34:13 -0230 |
commit | 9552b9d764d4d156784f991b4b4d0697fea5d737 (patch) | |
tree | 5710cc7782cc0b79bfa74679047d8899e26b5452 /cpp/src/Ice/PropertyNames.cpp | |
parent | For bug 1597. Removing generation of C# and Java Property classes used in Pro... (diff) | |
download | ice-9552b9d764d4d156784f991b4b4d0697fea5d737.tar.bz2 ice-9552b9d764d4d156784f991b4b4d0697fea5d737.tar.xz ice-9552b9d764d4d156784f991b4b4d0697fea5d737.zip |
* Modified makeprops.py to allow property classes to contain
deprecated properties.
* Fixed a bug in handling properties that were simply deprecated
through the deprecated attribute (as opposed to through the
deprecatedBy attribute)
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 863bfe7c706..e8659d4d904 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.xml, Thu Jun 14 16:20:35 2007 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Tue Jun 19 10:11:20 2007 // IMPORTANT: Do not edit this file -- any edits made here will be lost! |