~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to vmware-user/copyPasteUI.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-07-30 12:56:49 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730125649-97sfj5li8axiseoo
Tags: 2009.07.22-179896-2
* Temporarily building without dumbnet, the recently uploaded
  new dumbnet upstream version broke down (Closes: #539006).
* Using more common name to store local debian additions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
public:
55
55
   CopyPasteUI();
56
56
   virtual ~CopyPasteUI();
57
 
   void Init();
 
57
   bool Init();
58
58
   void VmxCopyPasteVersionChanged(struct RpcIn *rpcIn,
59
59
                                   uint32 version);
60
60
   void SetCopyPasteAllowed(bool isCopyPasteAllowed)
79
79
   bool GetLocalClipboard(CPClipboard *clip);
80
80
   void LocalClipboardTimestampCB(const Gtk::SelectionData& sd);
81
81
   void LocalPrimTimestampCB(const Gtk::SelectionData& sd);
82
 
   void LocalReceivedTargetsCB(const Glib::StringArrayHandle& targets_array);
83
82
   void LocalReceivedFileListCB(const Gtk::SelectionData& selection_data);
84
 
   void LocalReceivedRTFCB(const Gtk::SelectionData& selection_data);
85
 
   void LocalReceivedTextCB(const Glib::ustring& text);
86
83
   void GetLocalFilesDone(bool success);
87
84
 
88
85
   /* Conversion methods. */
100
97
   bool mIsClipboardOwner;
101
98
   uint64 mClipTime;
102
99
   uint64 mPrimTime;
103
 
   uint64 mClipTimePrev;
104
 
   uint64 mPrimTimePrev;
105
100
   GdkAtom mGHSelection;
106
101
   CPClipboard mClipboard;
107
102