Issue 71352 - Remove dead properties support from C++ URP
Summary: Remove dead properties support from C++ URP
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Stephan Bergmann
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-08 16:46 UTC by Stephan Bergmann
Modified: 2012-10-10 09:09 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2006-11-08 16:46:34 UTC
As a consequence of issue 35277, various dead stuff has been removed from the
URP specification (see udk/www/common/man/spec/urp.html:1.16->1.17):

- The special messages acquire and getProperties.
- The properties BridgeId, SupportedVersions, SupportsMultipleSynchronous,
TypeCacheSize, OidCacheSize, TidCacheSize, Version, FlushBlockSize,
OnewayTimeoutMUSEC, ForceSynchronous, ClearCache.

(There should not be any situations where any of that stuff has actually been
used, so the change is ok.)

Clean up the C++ URP implementation accordingly.
Comment 1 Stephan Bergmann 2006-11-08 16:47:26 UTC
.
Comment 2 Stephan Bergmann 2010-12-10 10:41:30 UTC
The relevant code will be obsoleted through issue 116038.
Comment 3 Stephan Bergmann 2011-01-27 10:43:55 UTC
issue 116038 has been fixed
Comment 4 Stephan Bergmann 2011-01-31 14:35:00 UTC
.
Comment 5 Shenfeng Liu 2012-10-10 09:09:25 UTC
Clean up the Target Milestone from AOO 3.5.0, since it is a very old defect.