Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CQualifiedPointerType gone in CDT 6

Patrick,
There should not be a need to use internal classes (like CQualifiedPointerType), please stick to the public interfaces. If they do not provide all the information you need then please file an enhancement request.
 
Markus.


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of patrick.schmitt@xxxxxxx
Sent: Friday, October 02, 2009 10:05 AM
To: CDT General developers list.
Subject: [cdt-dev] CQualifiedPointerType gone in CDT 6
Importance: Low


Hello guys,
i am using CDT AST to inspect my C Code.
When i tried to build my plugin for CDT 6 now, i get error and see that
org.eclipse.cdt.internal.core.dom.parser.c.CQualifiedPointerType doesnt exists anymore.
Anybody knows what happended to it ?
Sincerly
Patrick

Back to the top