jamoma / JamomaCore

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

Refactor out 6 deprecation warnings in TTRamp #270

Closed nwolek closed 10 years ago

nwolek commented 10 years ago

/Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTRamp.cpp /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTRamp.cpp:84:9: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTRamp.cpp:119:9: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTRamp.cpp:124:11: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTRamp.cpp:136:5: 'TTGetRegisteredClassNamesForTags' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTRamp.cpp:200:11: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTRamp.cpp:209:5: 'TTGetRegisteredClassNamesForTags' is deprecated

nwolek commented 10 years ago

still there as of commit 999924f

https://github.com/jamoma/JamomaCore/blob/master/Modular/library/PeerObject/TTRamp.cpp

theod commented 10 years ago

done !