sdl_java_suite icon indicating copy to clipboard operation
sdl_java_suite copied to clipboard

SystemRequest should improve support for previous SDL versions

Open mikeburke106 opened this issue 11 years ago • 0 comments

SystemRequest includes support for legacy encodedSyncPData, but it isn't handled very well.

There is simply an extra constructor that takes in a boolean, ignores the boolean value and assumes the object should be a "legacy" object. This information is not used for anything other than the function id name.

The RPC should have access to the SDL version and can handle the underlying data according to the version of SDL, not according to an arbitrary boolean that is ignored in an unneeded constructor.

mikeburke106 avatar Feb 02 '15 22:02 mikeburke106