Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Innerclass FileDocumentProvider.FileInfo
Innerclass FileDocumentProvider.FileInfo [message #87853] Fri, 28 November 2003 12:59 Go to next message
Eclipse UserFriend
Originally posted by: angeles_sorano.yahoo.com.ar

Hello!
I want to know how is the way to use this "innerclass" ?

It is in org.eclipse.cdt.internal.ui.editor.CDocumentProvider.

TranslationUnitFileInfo(IDocument document,
IAnnotationModel model,
FileDocumentProvider.FileSynchronizer fileSynchronizer,
IWorkingCopy copy)
{
super(CDocumentProvider.this, document, model, fileSynchronizer);
fCopy = copy;
}

But it doesn't work, and the compilation message error is:

The constructor FileDocumentProvider.FileInfo(CDocumentProvider,
IDocument, IAnnotationModel,
FileDocumentProvider.FileSynchronizer) is undefined.

What else must I do?

Thanks!!!!!
Angels
Re: Innerclass FileDocumentProvider.FileInfo [message #88297 is a reply to message #87853] Mon, 01 December 2003 12:11 Go to previous message
Eclipse UserFriend
Originally posted by: harald.theco.de

Angeles Sorano wrote:

> Hello!
> I want to know how is the way to use this "innerclass" ?
>
> It is in org.eclipse.cdt.internal.ui.editor.CDocumentProvider.

This indicates you shouldn't be using it ("internal" means just that).


> TranslationUnitFileInfo(IDocument document,
> IAnnotationModel model,
> FileDocumentProvider.FileSynchronizer fileSynchronizer,
> IWorkingCopy copy)
> {
> super(CDocumentProvider.this, document, model, fileSynchronizer);
> fCopy = copy;
> }
>
> But it doesn't work, and the compilation message error is:
>
> The constructor FileDocumentProvider.FileInfo(CDocumentProvider,
> IDocument, IAnnotationModel,
> FileDocumentProvider.FileSynchronizer) is undefined.

If that quote is complete, your problem is probably a package-scoped
Constructor.

Harald
Previous Topic:Using Microsoft compiler with Eclipse
Next Topic:Root directory for build command
Goto Forum:
  


Current Time: Sun Jul 20 02:41:51 EDT 2025

Powered by FUDForum. Page generated in 0.08114 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top