[Tracker] [PATCH] Removing c++ keyword 'class' from tracker.h



jamie schrieb:
> On Sun, 2007-02-04 at 21:26 +0000, Andreas Eckstein wrote:
>
>> Also, I would like to make a feature request (kind of) to the maintainers of tracker:
>> Could you change in tracker-client.h all occurrences of
>> "DBusGAsyncData *data = user_data;" to "DBusGAsyncData *data = (DBusGAsyncData*)user_data;"
>> and in tracker.h all occurrences of "class" to "classname"?
>
> I can do the changes in tracker.h but tracker-client.h is auto-generated
> using the dbus-binding-tool. (feel free to report the bug to dbus
> mailing list or bug tracker)
>
> jamie.

Hi! As you seem to be in the process of preparing a new version of the tracker, could you perhaps apply this patch that changes all occurances of the c++ keyword 'class' to 'clientClass' in tracker.h? That would be great!
The tracker-client.h stuff was fixed upstream a while ago.

Andreas

P. S.: Sorry for sending the first mail straight to you, jamie.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]