Revision 133f83c2 trunk/Pithos.Interfaces/PithosSettingsData.cs

b/trunk/Pithos.Interfaces/PithosSettingsData.cs
64 64
        public string ProxyPassword { get; set; }
65 65
        public bool ProxyAuthentication { get; set; }
66 66
        public bool ExtensionsActivated { get; set; }
67
        public int PollingInterval { get; set; }
67 68

  
68 69
        public PithosSettingsData()
69 70
        {
......
89 90
            ProxyPassword = other.ProxyPassword;
90 91
            ProxyAuthentication = other.ProxyAuthentication;
91 92
            ExtensionsActivated = other.ExtensionsActivated;
93
            PollingInterval = other.PollingInterval;
92 94
        }
93 95

  
94 96
        public virtual void Save()

Also available in: Unified diff