Rename DataType::isSKey
[platform/core/security/key-manager.git] / src / manager / common / data-type.h
index 017e214..1866204 100644 (file)
@@ -79,13 +79,7 @@ public:
        operator int() const;
 
        bool isKey() const;
-
-       /*
-        * Number of times someone mistook it for isKey() (or the opposite): 4
-        * Increase the counter if it happened to you.
-        * I will rename this function if the counter reaches 4.
-        */
-       bool isSKey() const;
+       bool isSymmetricKey() const;
        bool isChainCert() const;
        bool isKeyPrivate() const;
        bool isKeyPublic() const;