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

Bug#582606: BIC changes in public attica/platformdependent.h



Package: libattica0
Version: 0.1.4-1
Severity: serious

 namespace Attica {
 
@@ -43,6 +44,15 @@
 public:
     virtual ~PlatformDependent() {}
     virtual QList<QUrl> getDefaultProviderFiles() const = 0;
+    virtual void addDefaultProviderFile(const QUrl& url) = 0;
+    virtual void removeDefaultProviderFile(const QUrl& url) = 0;
+    
+    /**
+     * Providers are enabled by default. Use this call to disable or enable them later.
+     */
+    virtual void enableProvider(const QUrl& baseUrl, bool enabled) const = 0;
+    virtual bool isEnabled(const QUrl& baseUrl) const  = 0;
+    
     virtual bool hasCredentials(const QUrl& baseUrl) const = 0;
     virtual bool loadCredentials(const QUrl& baseUrl, QString& user, QString& password) = 0;
     virtual bool askForCredentials(const QUrl& baseUrl, QString& user, QString& password) = 0;
@@ -55,7 +65,7 @@
 
 }

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33-2-amd64 (SMP w/1 CPU core)
Locale: LANG=lt_LT.UTF-8, LC_CTYPE=lt_LT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libattica0 depends on:
ii  libc6                         2.10.2-8   Embedded GNU C Library: Shared lib
ii  libgcc1                       1:4.4.4-2  GCC support library
ii  libqt4-network                4:4.6.2-5  Qt 4 network module
ii  libqtcore4                    4:4.6.2-5  Qt 4 core module
ii  libstdc++6                    4.4.4-2    The GNU Standard C++ Library v3

libattica0 recommends no packages.

libattica0 suggests no packages.

-- no debconf information



Reply to: