installationservices/swcomponentregistry/inc/screntries.h
changeset 60 245df5276b97
parent 42 d17dc5398051
equal deleted inserted replaced
53:ae54820ef82c 60:245df5276b97
   988         EScrCompUnInstall,      ///< A existing SCR component is removed.
   988         EScrCompUnInstall,      ///< A existing SCR component is removed.
   989         EScrCompUpgrade,        ///< An existing SCR component is updated.
   989         EScrCompUpgrade,        ///< An existing SCR component is updated.
   990         EScrCompHidden          ///< The component operation is hidden to the user. N.B. SCR doesn't save logs for this type of operation.
   990         EScrCompHidden          ///< The component operation is hidden to the user. N.B. SCR doesn't save logs for this type of operation.
   991         };
   991         };
   992     
   992     
   993 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS    
       
   994     NONSHARABLE_CLASS (CScrLogEntry) : public CBase
   993     NONSHARABLE_CLASS (CScrLogEntry) : public CBase
   995     /**
   994     /**
   996         Class that represents a software component log record generated by the SCR.
   995         Class that represents a software component log record generated by the SCR.
   997      */ 
   996      */ 
   998         {
   997         {
  1098         TScrComponentOperationType iOpType ; 
  1097         TScrComponentOperationType iOpType ; 
  1099         TTime  iRecordTime ;   
  1098         TTime  iRecordTime ;   
  1100         HBufC* iGlobalId;
  1099         HBufC* iGlobalId;
  1101         TComponentId iComponentId; 
  1100         TComponentId iComponentId; 
  1102         };
  1101         };
  1103     
       
  1104 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS   
       
  1105 
  1102 
  1106     } // End of namespace Usif
  1103     } // End of namespace Usif
  1107 
  1104 
  1108 #endif // SCRENTRIES_H
  1105 #endif // SCRENTRIES_H