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

List:       kde-commits
Subject:    [ksecrets] src/runtime/ksecrets_backend: Adding noexcept
From:       Valentin Rusu <kde () rusu ! info>
Date:       2015-08-06 15:53:59
Message-ID: E1ZNNUV-0008Ma-Pl () scm ! kde ! org
[Download RAW message or body]

Git commit c4160cc0130b60706325f62f7829bbfd2cd90ac9 by Valentin Rusu.
Committed on 06/08/2015 at 15:53.
Pushed by vrusu into branch 'master'.

Adding noexcept

M  +3    -3    src/runtime/ksecrets_backend/ksecrets_backend.h

http://commits.kde.org/ksecrets/c4160cc0130b60706325f62f7829bbfd2cd90ac9

diff --git a/src/runtime/ksecrets_backend/ksecrets_backend.h b/src/runtime/=
ksecrets_backend/ksecrets_backend.h
index a5bdf2e..d7378a3 100644
--- a/src/runtime/ksecrets_backend/ksecrets_backend.h
+++ b/src/runtime/ksecrets_backend/ksecrets_backend.h
@@ -30,7 +30,7 @@
 /**
  * Secrets storage for KSecrets Service.
  *
- * This class would store the secrets into an underlying custo formated fi=
le.
+ * This class would store the secrets into an underlying custom formated f=
ile.
  *
  * Each API call is stateless. That is, the secrets file will always be le=
ft in a consistent
  * state between calls. So, even if your application crashes, the file won=
't get corrupted.
@@ -206,8 +206,8 @@ public:
      */
     CollectionPtr readCollection(std::string&&) const noexcept;
 =

-    bool deleteCollection(CollectionPtr);
-    bool deleteCollection(std::string&&);
+    bool deleteCollection(CollectionPtr) noexcept;
+    bool deleteCollection(std::string&&) noexcept;
 =

 private:
     std::unique_ptr<KSecretsBackendPrivate> d;
[prev in list] [next in list] [prev in thread] [next in thread] 

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