Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] P_ORIGIN, P_COMMAND constants

Hi Dave,

I found out today why these constants don't compile any more.

These went out of the AbstractSystemViewAdapter namespace 
when it no longer implements ISystemPropertyConstants.
I filed [https://bugs.eclipse.org/bugs/show_bug.cgi?id=178566 
bug 178566] as a reminder for migration guide. The fix is that
these constants now need to be qualified, e.g.

ISystemPropertyConstants.P_ORIGIN

Cheers,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


Back to the top