diff -r 52d61119153d -r e00582ce7ecd mobilemessaging/unieditor/model/inc/UniObject.h --- a/mobilemessaging/unieditor/model/inc/UniObject.h Wed Apr 14 15:53:21 2010 +0300 +++ b/mobilemessaging/unieditor/model/inc/UniObject.h Tue Apr 27 16:33:37 2010 +0300 @@ -482,6 +482,14 @@ * */ IMPORT_C void RemoveObserver( MUniObjectObserver* aObserver ); + + /** + * Is object path is valid + * + * @return ETrue, if media object is available in their respective path + * otherwise EFalse + */ + IMPORT_C TBool IsValid() const; protected: