~ubuntu-branches/ubuntu/maverick/vmware-view-open-client/maverick

« back to all changes in this revision

Viewing changes to gtk/rmks.hh

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2010-06-04 17:45:04 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100604174504-zjltuc0hdp4mv7de
Tags: 4.5.0-264434+dfsg-1
* Merging upstream version 4.5.0-264434+dfsg.
* Updating date and version header in manpage.
* Rediffing doc-pdf.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include "procHelper.hh"
38
38
 
39
39
 
 
40
#ifdef _WIN32
 
41
#include <winsock2.h>
 
42
#include <winsockerr.h>
 
43
#endif
 
44
 
 
45
 
40
46
namespace cdk {
41
47
 
42
48
 
51
57
 
52
58
   void Start(const BrokerXml::DesktopConnection &connection,
53
59
              const Util::string &windowId,
54
 
              const Util::Rect *geometry);
 
60
              const Util::Rect *geometry,
 
61
              GdkScreen *screen = NULL);
 
62
 
 
63
   virtual bool GetIsErrorExitStatus(int exitCode);
55
64
 
56
65
private:
57
66
   static void OnError(Util::string errorString, bool tunneledRdpAvailable);