* Got rid of the BClipboard::fCount. It was modified, but never read.

Renamed fSystemCount to fCount.
* be_clipboard is now initialized by init_clipboard().
* Documented at least {Local,System}Count(), since their meaning wasn't
  very obvious to me (neither helped the BeBook description).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10706 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-01-13 00:54:00 +00:00
parent 5fa518561e
commit 77cbf881fc
2 changed files with 37 additions and 13 deletions
+2 -2
View File
@@ -85,12 +85,12 @@ private:
status_t DownloadFromSystem(bool force = false);
status_t UploadToSystem();
uint32 fCount;
uint32 _reserved0;
BMessage *fData;
BLocker fLock;
BMessenger fClipHandler;
BMessenger fDataSource;
uint32 fSystemCount;
uint32 fCount;
char *fName;
uint32 _reserved[4];
};