Replace shared ptr with unique ptr.
[platform/core/security/key-manager.git] / src / manager / crypto / tz-backend / store.cpp
index 100ca6f..11ac0b0 100644 (file)
@@ -30,7 +30,7 @@ Store::Store(CryptoBackend backendId)
   : GStore(backendId)
 {}
 
-GKeyShPtr Store::getKey(const Token &) {
+GKeyUPtr Store::getKey(const Token &) {
     ThrowErr(Exc::Crypto::OperationNotSupported, "Trust zone backend is not implemented!");
 }