Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] AsynchronousTreeViewer and IMemoryBlockRetrieval

Hi,
 
An IMemoryBlockRetrieval object is passed to the Memory view's viewer as an input. This object is required to be an instanceof of IAdaptable to work with AsynchronousTreeViewer. 
The IMemoryBlockRetrieval interface defines a functionality, not a model object and I am not sure if it is right to make it adaptable.
I implemented the CDT Modules view based on the asynchronous tree viewer, but I had the same problem - I had to make the object responsible for the modules retrieval to extend PlatformObject.
 
Thanks,
Mikhail Khodjaiants
QNX Software Systems 

Back to the top