From: so.yu Date: Mon, 29 Jul 2013 12:14:34 +0000 (+0900) Subject: Remove a forward declaration of the TrustZoneService X-Git-Tag: submit/tizen_2.2/20130814.090808 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen_2.2%2F20130814.090808;p=framework%2Fosp%2Fsecurity-service.git Remove a forward declaration of the TrustZoneService Change-Id: I69a31ed1c58d86bd565d21baeeedc69f025db01a Signed-off-by: so.yu --- diff --git a/inc/SecurityService.h b/inc/SecurityService.h index 058fdf6..93c7b34 100644 --- a/inc/SecurityService.h +++ b/inc/SecurityService.h @@ -37,7 +37,6 @@ namespace Tizen { namespace Base { namespace Collection class PrivilegeService; class CertificateService; -class TrustZoneService; class DrmService; class _OSP_EXPORT_ SecurityService @@ -63,7 +62,6 @@ private: PrivilegeService* __pPrivilegeService; CertificateService* __pCertificateService; - TrustZoneService* __pTrustZoneService; }; // SecurityService #endif // _SECURITY_SERVICE_H_