Added FTBrowseDlg::addItems methods.
Added some code to the FTDialog class for control browsing folders
in the "Browse Folders" dialog.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@456 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/FTBrowseDlg.h b/vncviewer/FTBrowseDlg.h
index 716efcb..0ebf569 100644
--- a/vncviewer/FTBrowseDlg.h
+++ b/vncviewer/FTBrowseDlg.h
@@ -33,6 +33,8 @@
 
 namespace rfb {
   namespace win32 {
+    class FTDialog;
+
     class FTBrowseDlg
     {
     public:
@@ -44,6 +46,8 @@
       bool create();
       void destroy();
 
+      void addItems(FileInfo *pFI);
+
     private:
       HWND m_hwndDlg;
       FTDialog *m_pFTDlg;