[reSIProcate] Also get this error...

John Draper lists at webcrunchers.com
Tue Aug 16 21:15:06 CDT 2005


Code shown below.....

#include <Carbon/Carbon.h>
#include "resiprocate/dum/DialogUsageManager.hxx"

namespace resip
{
   // class ClientRegistrationHandler;
   class SipClient : public ClientRegistrationHandler
{          <------    resip::ClientRegistrationHandler' has incomplete type

   public:
       SipClient();
       ~SipClient();
              bool done;
       bool removing;      };

}   // end of namespace

<----- end ----->

What do they mean by an incomplete type?  can someone explain this please?

John



More information about the resiprocate-devel mailing list