diff -r b5d63d5fc252 -r a469c0e6e7fb smf/smfservermodule/smfclient/common/smfpicture.h --- a/smf/smfservermodule/smfclient/common/smfpicture.h Mon Jun 07 11:43:45 2010 +0100 +++ b/smf/smfservermodule/smfclient/common/smfpicture.h Wed Jun 23 19:51:49 2010 +0530 @@ -31,7 +31,10 @@ #include class SmfPicturePrivate; - +/** + * Max size for one SmfPicture + */ +const int MaxSmfPictureSize = 1000; /** * SmfPictureVisibility enumeration */ @@ -52,9 +55,12 @@ { public: /** - * Constructor with default argument + * Constructor with default argument. + * @param aDownloaded This flag is to know whether the content is downloaded + * in the device(if true). If false it signifies that SmfPicture contains + * a link/url to the location of the content */ - SmfPicture( ); + SmfPicture(/*bool aDownloaded = false*/ ); /** * Copy Constructor @@ -139,7 +145,14 @@ * @return The ID value */ QString id( ) const; - + + /** + * Gets download flag. This flag is to know whether the content is downloaded + * in the device(if true). If false it signifies that SmfPicture contains + * a link/url to the location of the content + */ + bool downloadFlag(); + /** * Method to set a picture owner * @param aOwner The owner of the picture