camerauis/cameraapp/generic/inc/CamGSInterface.h
branchRCL_3
changeset 67 756ad29ed18e
parent 62 f0c0788c4de2
equal deleted inserted replaced
62:f0c0788c4de2 67:756ad29ed18e
    34         * Notifies framwork that this instance is being destroyed and resources
    34         * Notifies framwork that this instance is being destroyed and resources
    35         * can be released.
    35         * can be released.
    36         */
    36         */
    37         void DestroyPlugin();
    37         void DestroyPlugin();
    38         
    38         
    39 	public:
    39 	protected:
    40 	    /** iDtor_ID_Key Instance identifier key. When instance of an
    40 	    /** iDtor_ID_Key Instance identifier key. When instance of an
    41 	     *               implementation is created by ECOM framework, the
    41 	     *               implementation is created by ECOM framework, the
    42 	     *               framework will assign UID for it. The UID is used in
    42 	     *               framework will assign UID for it. The UID is used in
    43 	     *               destructor to notify framework that this instance is
    43 	     *               destructor to notify framework that this instance is
    44 	     *               being destroyed and resources can be released.
    44 	     *               being destroyed and resources can be released.