mtpdataproviders/mtpimagedp/src/cmtpimagedpgetobjectpropssupported.cpp
changeset 47 63cf70d3ecd8
parent 0 d0791faffa3f
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
    27 #include <mtp/mtpdatatypeconstants.h>
    27 #include <mtp/mtpdatatypeconstants.h>
    28 
    28 
    29 #include "cmtpimagedpgetobjectpropssupported.h"
    29 #include "cmtpimagedpgetobjectpropssupported.h"
    30 #include "mtpimagedpconst.h"
    30 #include "mtpimagedpconst.h"
    31 #include "cmtpimagedp.h"
    31 #include "cmtpimagedp.h"
    32 
       
    33 __FLOG_STMT(_LIT8(KComponent,"GetObjectPropsSupported");)
       
    34 
    32 
    35 /**
    33 /**
    36 Verification data for the GetObjectPropSupported request
    34 Verification data for the GetObjectPropSupported request
    37 */
    35 */
    38 const TMTPRequestElementInfo KMTPGetObjectPropSupportedPolicy[] = 
    36 const TMTPRequestElementInfo KMTPGetObjectPropSupportedPolicy[] = 
    62 Destructor
    60 Destructor
    63 */	
    61 */	
    64 CMTPImageDpGetObjectPropsSupported::~CMTPImageDpGetObjectPropsSupported()
    62 CMTPImageDpGetObjectPropsSupported::~CMTPImageDpGetObjectPropsSupported()
    65     {
    63     {
    66     delete iObjectPropsSupported;
    64     delete iObjectPropsSupported;
    67     __FLOG_CLOSE;
       
    68     }
    65     }
    69 
    66 
    70 /**
    67 /**
    71 Standard c++ constructor
    68 Standard c++ constructor
    72 */		
    69 */		
    73 CMTPImageDpGetObjectPropsSupported::CMTPImageDpGetObjectPropsSupported(
    70 CMTPImageDpGetObjectPropsSupported::CMTPImageDpGetObjectPropsSupported(
    74                                     MMTPDataProviderFramework& aFramework,
    71                                     MMTPDataProviderFramework& aFramework,
    75                                     MMTPConnection& aConnection)
    72                                     MMTPConnection& aConnection)
    76     :CMTPRequestProcessor(aFramework, aConnection, sizeof(KMTPGetObjectPropSupportedPolicy)/sizeof(TMTPRequestElementInfo), KMTPGetObjectPropSupportedPolicy)
    73     :CMTPRequestProcessor(aFramework, aConnection, sizeof(KMTPGetObjectPropSupportedPolicy)/sizeof(TMTPRequestElementInfo), KMTPGetObjectPropSupportedPolicy)
    77     {
    74     {
    78     __FLOG_OPEN(KMTPSubsystem, KComponent);
       
    79     }
    75     }
    80     
    76     
    81 /**
    77 /**
    82 GetObjectPropSupported request handler
    78 GetObjectPropSupported request handler
    83 */
    79 */