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
This commit is contained in:
Ingo Weinhold
2005-01-12 03:41:06 +00:00
parent 4536dd81ff
commit 132c664be7
@@ -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.