refactoring: get rid of unnecessary MessageDirection 25/199125/7
authorAdrian Szyndela <adrian.s@samsung.com>
Mon, 4 Feb 2019 14:20:47 +0000 (15:20 +0100)
committerAdrian Szyndela <adrian.s@samsung.com>
Mon, 11 Feb 2019 11:08:47 +0000 (12:08 +0100)
commitcda9c5d302fc9a5a14c1ccac130304ca10ce8682
tree613c25e09ce1461f7956c6276736e747b7039ba1
parentdf114c3a36232fa4f123f0108f81d3f63b3a0e19
refactoring: get rid of unnecessary MessageDirection

Things done to accomplish removing MessageDirection:
- used ItemSend/ItemReceive instead of ItemSendReceive
- used MatchItemSend/MatchItemReceive instead of MatchItemSR
- used PolicySend/PolicyReceive instead of PolicySR
- database no longer contains pointers

Change-Id: I1c5957dad2181a6c1c42dee0e77be3e8b0ccc471
src/internal/internal.cpp
src/internal/naive_policy_checker.cpp
src/internal/naive_policy_checker.hpp
src/internal/naive_policy_db.cpp
src/internal/naive_policy_db.hpp
src/internal/policy.cpp
src/internal/policy.hpp
src/test-libdbuspolicy1-method.cpp