AW: KDevelop V1.0 Bugs

Micko Roland Roland.Micko at icn.siemens.de
Wed Dec 8 12:33:26 GMT 1999


Sorry was an typing error when I setup the mail. Of course the class is
defined in source as

  foo::PLIST foo::getList ( ) 

Roland Micko
ICN CA MR EG 2

SIEMENS AG
Hofmannstr. 51
81359 München

Tel.: +4989/722-21632
Fax.: +4989/722-47420
mailto:roland.micko at icn.siemens.de

> -----Ursprüngliche Nachricht-----
> Von:	Gordon Tyler [SMTP:gtyler at iafrica.com]
> Gesendet am:	Mittwoch, 8. Dezember 1999 12:53
> An:	kdevelop at barney.cs.uni-potsdam.de
> Betreff:	Re: KDevelop V1.0 Bugs
> 
> --------------------
> - Not all functions can be accessed in source
> 
>   declartion looks like
> 
>   class foo {
> 
>       typedef struct {
>                        void* pvData;
>                        void* pvNext;
>                        void* pvPrev;
>                      } LIST;
> 
>       typedef LIST *PLIST;
> 
>           :
> 
>       PLIST getList ( );
> 
>           :
>              };
> 
>   definition in source
> 
>    foo::PLIST getList ( ) { }
> 
> 
> When the function is selected in classviewer always the decleartion file
> is
> called and not the source file.
> 
> -------------------
> 
> You're missing the classname specifier for the function name. It should
> look
> like this:
> 
> foo::PLIST foo::getList() {}
> 
> Ciao,
> Gordon
> 
> 




More information about the KDevelop mailing list