Strange GCC errors in LogHandler derived object
From: Jose Carlos Garcia Sogo <jose@xxxxxxxxxxxxxxxxx>
Date: Tue, 18 Apr 2006 13:02:16 +0200
  Hello,

  I am getting this GCC error when trying to compile a program:
  endpoints/jabber.cpp: In constructor
  ‘GMJabberClient::GMJabberClient(GmAccount*, GMJabberLogHandler*,
  GMJabberLogHandler*)’:
  endpoints/jabber.cpp:84: error: ‘gloox::LogHandler’ is an inaccessible
  base of ‘GMJabberLogHandler’

  I have created a GMJabberLogHandler class derived from LogHandler, and
  I have reimplemented handleLog function in it, as well as keeping
  LogLevel and LogArea in private members.
  The error is produced when I call in the Client this code:
   client->logInstance.registerLogHandler (LogLevel, LogArea, 
GMJabberLogHandler*);

  And I have no idea where can the problem be. Don't discard that it is
  a problem in my side, as my C++ knowledge is at amateur state.

  Cheers,

-- 
Jose Carlos Garcia Sogo
   jsogo@xxxxxxxxxx

Attachment: signature.asc
Description: Digital signature

-- 
gloox-dev mailing list
to unsubscribe:
send a message with subject 'unsubscribe gloox-dev' to minimalist@xxxxxxxxxx