Add missing derivation in ExternalEncryptionClient 45/154745/2
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 11 Oct 2017 08:16:52 +0000 (10:16 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 12 Oct 2017 13:36:55 +0000 (15:36 +0200)
Change-Id: I3b264d0b7abebe57c5ad1a0ee40a86d80a6514ed

lib/external-encryption.h

index 4149351..e50f60b 100644 (file)
 
 #include <string>
 
-#include "rmi/extension-encryption.h"
+#include "rmi/external-encryption.h"
 #include "context.h"
 
 namespace ode {
 
-class ExternalEncryptionClient {
+class ExternalEncryptionClient final: public ExternalEncryption {
 public:
        ExternalEncryptionClient(ODEControlContext& ctxt);
        ~ExternalEncryptionClient();