Flatten External.Structure hierarchy#1230
Merged
Merged
Conversation
Win32Structure is deprecated. Most subclasses promoted to direct subclasses of External.Structure. A new External.SizedStructure abstract class is introduced to parent those structures that use the Windows idiom of storing the structure size as the first field (e.g. for versioning purposes). OS.COM.FinalizableStructure becomes general purpose abstract superclass for structures requiring finalization - moved to External namespace and base package. OS.COM.OLEStructure is removed - has no methods and was only being used for grouping purposes. The namespace serves this purpose instead. LOGFONT is deprecated and becomes a stub that replaces view resource references with a LOGFONTW instance when deserialized. AbstractLOGFONT is removed. AnsiStrings should also no longer appear in STL file outs. # Conflicts: # Core/Object Arts/Dolphin/ActiveX/OCX/UI.AXControlSite.cls # Core/Object Arts/Dolphin/ActiveX/OCX/UI.AXValueConvertingControlSite.cls # Core/Object Arts/Dolphin/IDE/Professional/Tools.AXControlBrowser.cls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Win32Structure is deprecated. Most subclasses promoted to direct subclasses of External.Structure.
A new External.SizedStructure abstract class is introduced to parent those structures that use the Windows idiom of storing the structure size as the first field (e.g. for versioning purposes).
OS.COM.FinalizableStructure becomes general purpose abstract superclass for structures requiring finalization - moved to External namespace and base package.
OS.COM.OLEStructure is removed - has no methods and was only being used for grouping purposes. The namespace serves this purpose instead.
LOGFONT is deprecated and becomes a stub that replaces view resource references with a LOGFONTW instance when deserialized. AbstractLOGFONT is removed.
AnsiStrings should also no longer appear in STL file outs.