[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/certmanager/lib/kleo (silent)
From:       David Faure <faure () kde ! org>
Date:       2004-03-10 15:13:21
Message-ID: 20040310151321.DE03999A2 () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

CVS_SILENT indentation


  M +45 -45    cryptoconfig.h   1.6


--- kdepim/certmanager/lib/kleo/cryptoconfig.h  #1.5:1.6
@@ -40,10 +40,10 @@
 namespace Kleo {
 
-/**
+  /**
  * Description of a single option
  */
-class CryptoConfigEntry {
+  class CryptoConfigEntry {
 
-public:
+  public:
     /**
         @li basic       This option should always be offered to the user.
@@ -227,12 +227,12 @@ public:
      */
     virtual bool isDirty() const = 0;
-};
+  };
 
-/**
+  /**
  * Group containing a set of config options
  */
-class CryptoConfigGroup {
+  class CryptoConfigGroup {
 
-public:
+  public:
     virtual ~CryptoConfigGroup() {}
 
@@ -260,12 +260,12 @@ public:
      */
     virtual CryptoConfigEntry* entry( const QString& name ) const = 0;
-};
+  };
 
-/**
+  /**
  * Crypto config for one component (e.g. gpg-agent, dirmngr etc.)
  */
-class CryptoConfigComponent {
+  class CryptoConfigComponent {
 
-public:
+  public:
     virtual ~CryptoConfigComponent() {}
 
@@ -289,12 +289,12 @@ public:
     virtual CryptoConfigGroup* group( const QString& name ) const = 0;
 
-};
+  };
 
-/**
+  /**
  * Main interface to crypto configuration.
  */
-class CryptoConfig {
+  class CryptoConfig {
 
-public:
+  public:
     virtual ~CryptoConfig() {}
 
@@ -341,5 +341,5 @@ public:
      */
     virtual void clear() = 0;
-};
+  };
 
 };


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic