[interfacekit] Re: [Open-beos-cvs]CVS: current/src/kits/app Clipboard.cpp,NONE,1.1

  • From: Gabe Yoder <gyoder@xxxxxxxxxxx>
  • To: interfacekit@xxxxxxxxxxxxx
  • Date: Tue, 13 Aug 2002 19:21:34 -0400

I'll keep that in mind.  I actually hadn't noticed that I was going to be=
=20
running into registrar stuff (probably because I still have to figure out=
=20
quite a bit of the "under-the-hood" stuff).

On Tuesday 13 August 2002 05:17 pm, you wrote:
> > Update of /cvsroot/open-beos/current/src/kits/app
> > In directory usw-pr-cvs1:/tmp/cvs-serv25548/src/kits/app
> >
> > Added Files:
> > =09Clipboard.cpp
> > Log Message:
> > Initial checkin for Gabe Yoder.
>
> Hi Gabe,
>
> although I scheduled the clipboards support for phase 3 of the
> registrar development, we won't get into each others way, when you
> implement the it now. The registrar side is ready for being started
> with the clipboard code. Basically only the ClipboardHandler class has
> to be extended. From the BClipboard class a messenger to it can be
> obtained via
>
> =09BMessage message(B_REG_GET_CLIPBOARD_MESSENGER), reply;
> =09if (_send_to_roster_(&message, &reply, false) =3D=3D B_OK
> =09=09&& reply.what =3D=3D B_REG_SUCCESS
> =09=09&& reply.FindMessenger("messenger", &fClipHandler) =3D=3D B_OK)
> =09=09...
>
> Please add the protocols you are introducing to docs/develop/servers/
> registrar/Protocols and the message code definitions to headers/private
> /app/RegistrarDefs.h.
> Thanks.
>
> CU, Ingo


Other related posts: