Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] API question

Hi,

I have a new interface IGDBTraceControl.  Most of this interface is stable, but
I know that I minor set of methods will most likely change after Helios.

I thought I should put it in an internal package, but when I do that, I get
a bunch of warnings because I'm using some parts of this interface in API classes.
Making all those other classes internal is overkill because they only use the
stable part of the interface.

Any way to deal with this?

Thanks

Marc



Back to the top