diff options
author | Adam Tkac <atkac@redhat.com> | 2010-11-18 13:33:57 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-11-18 13:33:57 +0000 |
commit | 27b2f773be4db49762d78635c2c322a95bd141ce (patch) | |
tree | 82a977c761d1e7c5ab55925fe51c80c4ed293c92 /common/rfb/UserMsgBox.h | |
parent | 779dbb03473e9ad9b7d83c4d41515366b229a4c3 (diff) | |
download | tigervnc-27b2f773be4db49762d78635c2c322a95bd141ce.tar.gz tigervnc-27b2f773be4db49762d78635c2c322a95bd141ce.zip |
[Development] client: Add dialog window to accept/save invalid X509
certificates. (Guillaume Destuynder)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4198 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/UserMsgBox.h')
-rw-r--r-- | common/rfb/UserMsgBox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/UserMsgBox.h b/common/rfb/UserMsgBox.h index 8b29587f..392950d1 100644 --- a/common/rfb/UserMsgBox.h +++ b/common/rfb/UserMsgBox.h @@ -33,6 +33,7 @@ namespace rfb { M_DEFBUTTON1 = 0, M_DEFBUTTON2 = 0x100 }; + /* TODO Implement as function with variable arguments */ virtual bool showMsgBox(int flags,const char* title, const char* text)=0; }; } |