Refactorize code to make it easier testable
authorAleksander Zdyb <a.zdyb@partner.samsung.com>
Fri, 13 Jun 2014 06:27:58 +0000 (08:27 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Thu, 3 Jul 2014 12:19:08 +0000 (14:19 +0200)
commit7fae914529b83ed9c2062b3de079e2141f752cef
tree8e7be4d68026977228ebf03887783c0fbaf7f242
parent489c30d30c41fafb7f939d460ad5c18e8995b05b
Refactorize code to make it easier testable

Change-Id: I60f18fa2d811cb2d94e0a220f4e4131af1491b0a
21 files changed:
src/client/bootstrap/cynara-client-bootstrap.cpp
src/client/bootstrap/cynara-client-bootstrap.h
src/client/client-api.cpp
src/client/cynara-client-interface.h
src/common/common.h
src/common/exceptions/BucketAlreadyExistsException.h [new file with mode: 0644]
src/common/exceptions/BucketNotExistsException.h [new file with mode: 0644]
src/common/exceptions/DefaultBucketDeletionException.h [new file with mode: 0644]
src/common/exceptions/NotImplementedException.h [new file with mode: 0644]
src/common/types/Policy.h
src/common/types/PolicyBucket.cpp [new file with mode: 0644]
src/common/types/PolicyBucket.h
src/common/types/PolicyBucketId.h [new file with mode: 0644]
src/common/types/PolicyCollection.h [moved from src/common/types/ExtendedPolicyType.h with 61% similarity]
src/common/types/PolicyKey.h
src/common/types/PolicyResult.h [new file with mode: 0644]
src/common/types/PolicyType.h
src/common/types/pointers.h [new file with mode: 0644]
src/service/storage/Storage.cpp
src/service/storage/Storage.h
src/service/storage/StorageBackend.h [new file with mode: 0644]