[gnome-commander] Add GnomeCmdCon::Authentication enum



commit 65c387c003ac94f54329b9b688063a5818df1eb4
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Fri Sep 16 22:41:54 2011 +0200

    Add GnomeCmdCon::Authentication enum

 src/gnome-cmd-con.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-cmd-con.h b/src/gnome-cmd-con.h
index 0e5430f..b49b4b1 100644
--- a/src/gnome-cmd-con.h
+++ b/src/gnome-cmd-con.h
@@ -73,6 +73,12 @@ struct GnomeCmdCon
         OPEN_NOT_STARTED
     };
 
+    enum Authentication
+    {
+        REMEMBER_SESSION,
+        REMEMBER_FOREVER
+    };
+
     gchar               *alias;                 // coded as UTF-8
     gchar               *uri;
     ConnectionMethodID  method;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]