From 132c664be7d43bc2121fb076c85208a19d2f6d9c Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 12 Jan 2005 03:41:06 +0000 Subject: [PATCH] Added TODO. The implementation should be revised. BClipboard::{Local,System}Count() is broken and I can see why. Instead of just fixing that a reimiplementation is probably best. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10683 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/registrar/ClipboardHandler.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/servers/registrar/ClipboardHandler.cpp b/src/servers/registrar/ClipboardHandler.cpp index 7c5f21bbed..c18d73d91f 100644 --- a/src/servers/registrar/ClipboardHandler.cpp +++ b/src/servers/registrar/ClipboardHandler.cpp @@ -5,6 +5,13 @@ #include "ClipboardHandler.h" +// bonefish: TODO: Cleanup/reimplement! The ClipboardTree doesn't need to be a +// tree at all. Strip it off fLeftChild, fRightChild, and fCount and we have a +// server-side clipboard representation. Simply use a name->clipboard map to +// manage the clipboards. The clipboard count (which doesn't work at the +// moment) will be the size of the map. + + /*! \class ClipboardHandler \brief Handles all clipboard related requests.