mobilemessaging/unieditor/model/inc/UniObject.h
branchRCL_3
changeset 24 e00582ce7ecd
parent 0 72b543305e3a
--- 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: