Use save() from Storage to save changes to database
[platform/core/security/cynara.git] / src / service / logic / Logic.cpp
2014-07-21 Lukasz WojciechowskiUse save() from Storage to save changes to database 65/24765/2
2014-07-18 Lukasz WojciechowskiImplement administrating request in Cynara service... 68/24668/3
2014-07-16 Adam MalinowskiRemove unneeded return statement in Logic::check method 36/24436/2
2014-07-14 Adam MalinowskiAdd signal processing 35/24035/5
2014-07-03 Adam MalinowskiAdd response deserialization
2014-07-03 Lukasz WojciechowskiComplete response handling path
2014-07-03 Lukasz WojciechowskiChange Cynara class model from singleton to common...
2014-07-03 Lukasz WojciechowskiUse shared and weak pointers for ReponseTaker and Reque...
2014-07-03 Lukasz WojciechowskiChange request execution path
2014-07-03 Lukasz WojciechowskiUse Storage to return value for check() function in...
2014-07-03 Lukasz WojciechowskiRearrange classes for request and response processing
2014-07-03 Lukasz WojciechowskiAdd stub function check in Logic layer
2014-07-03 Lukasz WojciechowskiAdd early cynara service implementation