jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

Refactor out 6 deprecation warnings in TTDataspaceConverter #247

Closed nwolek closed 10 years ago

nwolek commented 10 years ago

/Volumes/Storage/xcode_projects/Jamoma/Core/Foundation/extensions/DataspaceLib/source/TTDataspaceConverter.cpp /Volumes/Storage/xcode_projects/Jamoma/Core/Foundation/extensions/DataspaceLib/source/TTDataspaceConverter.cpp:42:2: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Foundation/extensions/DataspaceLib/source/TTDataspaceConverter.cpp:56:8: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Foundation/extensions/DataspaceLib/source/TTDataspaceConverter.cpp:63:9: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Foundation/extensions/DataspaceLib/source/TTDataspaceConverter.cpp:85:15: 'get' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Foundation/extensions/DataspaceLib/source/TTDataspaceConverter.cpp:132:8: 'TTGetRegisteredClassNamesForTags' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Foundation/extensions/DataspaceLib/source/TTDataspaceConverter.cpp:135:36: 'getSize' is deprecated

tap commented 10 years ago

Fixed in #273