Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-dd-dev] Re: [platform-debug-dev] name changes in asycnhronousviewer framework

Let’s wait until CDT builds on 3/30.  Otherwise DSF will likely not build.

 

On Monday 4/2, we can apply the patch and move to Platform M6 and CDT M6.  The freeze for level 2 projects for M6 is Friday April 6.

 

From: dsdp-dd-dev-bounces@xxxxxxxxxxx [mailto:dsdp-dd-dev-bounces@xxxxxxxxxxx] On Behalf Of Pawel Piech
Sent: Wednesday, March 14, 2007 1:05 PM
To: Device Debugging developer discussions
Subject: [dsdp-dd-dev] Re: [platform-debug-dev] name changes in asycnhronousviewer framework

 

This change breaks DSF when building against HEAD.  I posted a patch to bug 177371 to fix the build, and I would like to apply this patch soon and start building DSF against integration builds of the SDK.  Any objections? 
As usual though, this change breaks the CDT's org.eclipse.cdt.debug.ui plugin as well and I don't know how that would affect our build.

-Pawel

Darin Wright wrote:


The following types in the debug platform have been renamed in HEAD. These are all internal provisional interfaces, but may effect those that are using the provisional viewer support.

        IModelProxyFactoryAdapter > IModelProxyFactory
        IColumnPresentationFactoryAdapter > IColumnPresentationFactory
        IModelSelectionPolicyFactoryAdapter > IModelSelectionPolicyFactory

We're changing the names to be consistent with our naming styles in 3.3, and to better represent the behavior of the interfaces. We used to suffix all these interface names with 'Adapter' since we retrieved these factories as adapters from model objects. However, the factories can also be provided by implementing the interfaces directly.

Darin Wright

 


 
_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev
  

 


Back to the top