Add CynaraTestAsync::Client
[platform/core/test/security-tests.git] / tests / common / smack_access.h
index f7f2660..f20842b 100644 (file)
@@ -24,8 +24,6 @@
 
 #include <string>
 
-#include <tracker.h>
-
 struct smack_accesses;
 
 class SmackAccess {
@@ -36,9 +34,8 @@ public:
 
     void add(const std::string &subject,
              const std::string &object,
-             const std::string &rights,
-             const Tracker &tracker = Tracker());
-    void apply(const Tracker &tracker = Tracker());
+             const std::string &rights);
+    void apply();
     virtual ~SmackAccess();
 private:
     struct smack_accesses *m_handle;