X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Ftizen%2Fcapture-impl.h;h=d172fdd0835390048d8ee3a2a2c33ceba6a0140c;hb=c63a126323dbb421eff4f8ca0739a5053184a3c4;hp=040cfaf671823d525860c8e937b78385d43bac60;hpb=f056f76b22b5a7105c331ca57a019f98c9c4b238;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/tizen/capture-impl.h b/adaptors/tizen/capture-impl.h index 040cfaf..d172fdd 100755 --- a/adaptors/tizen/capture-impl.h +++ b/adaptors/tizen/capture-impl.h @@ -79,11 +79,6 @@ public: protected: /** - * @brief Second-phase constructor. Must be called immediately after creating a new Capture; - */ - void Initialize(); - - /** * @brief A reference counted object may only be deleted by calling Unreference() */ virtual ~Capture(); @@ -204,6 +199,14 @@ private: */ bool Save(); + /** + * @brief Checks privilege for Capture + * + * @param[in] privilege The capture privilege + * @return True if input is capture privilege, false otherwise + */ + bool CheckPrivilege( const char* privilege ) const; + private: // Undefined