| class Swi::CObservationHeader : public CBase |
Class that contains all observation records related with a specific package. In an observation log file, each header info corresponds to a specific package.
| Public Member Functions | |
|---|---|
| ~CObservationHeader() | |
| IMPORT_C void | ExternalizeL(RWriteStream &) |
| IMPORT_C void | InternalizeL(RReadStream &) |
| IMPORT_C CObservationHeader * | NewL(const TUid &, const TPackageType, const TOperationType) |
| IMPORT_C CObservationHeader * | NewLC() |
| IMPORT_C CObservationHeader * | NewLC(const TUid &, const TPackageType, const TOperationType) |
| Private Member Functions | |
|---|---|
| CObservationHeader() | |
| CObservationHeader(const TUid &, const TPackageType, const TOperationType) | |
| Public Attributes | |
|---|---|
| TOperationType | iOpType |
| TPackageType | iPckgType |
| TUid | iPckgUid |
| CObservationHeader | ( | const TUid & | aPckgUid, |
| const TPackageType | aPckgType, | ||
| const TOperationType | aOpType | ||
| ) | [private] | ||
Constructor.
| const TUid & aPckgUid | |
| const TPackageType aPckgType | |
| const TOperationType aOpType |
| IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises the observation header object.
| RWriteStream & aStream | Stream to write to |
| IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalises the observation header object.
| RReadStream & aStream | Stream to read from |
| IMPORT_C CObservationHeader * | NewL | ( | const TUid & | aPckgUid, |
| const TPackageType | aPckgType, | |||
| const TOperationType | aOpType | |||
| ) | [static] | |||
Factory function allocates a new, initialized CObservationHeader object.
| const TUid & aPckgUid | The UID of the package. |
| const TPackageType aPckgType | The type of the package. |
| const TOperationType aOpType | The type of the SWI operation. |
| IMPORT_C CObservationHeader * | NewLC | ( | ) | [static] |
Factory function allocates a new, initialized CObservationHeader object which is left on the cleanup stack.
| IMPORT_C CObservationHeader * | NewLC | ( | const TUid & | aPckgUid, |
| const TPackageType | aPckgType, | |||
| const TOperationType | aOpType | |||
| ) | [static] | |||
Factory function allocates a new, initialized CObservationHeader object which is left on the cleanup stack.
| const TUid & aPckgUid | |
| const TPackageType aPckgType | |
| const TOperationType aOpType |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.