javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/storagehandler/OtaStatusNotification.java
changeset 23 98ccebc37403
parent 21 2a9601315dfc
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
    25 import java.util.Date;
    25 import java.util.Date;
    26 
    26 
    27 /**
    27 /**
    28  * OtaStatusNotification contains information of one Ota status
    28  * OtaStatusNotification contains information of one Ota status
    29  * notification that needs to be sent.
    29  * notification that needs to be sent.
    30  *
       
    31  * @author Nokia Corporation
       
    32  * @version $Rev: 9041 $ $Date: 2009-12-07 18:36:08 +0200 (Mon, 07 Dec 2009) $
       
    33  */
    30  */
    34 public class OtaStatusNotification
    31 public class OtaStatusNotification
    35 {
    32 {
    36     // OTA status notification types
    33     // OTA status notification types
    37     public static final int TYPE_INSTALL = 0;
    34     public static final int TYPE_INSTALL = 0;