TTestObjectBase Class Reference

class TTestObjectBase
Public Member Functions
TTestObjectBase(TObjectType)
~TTestObjectBase()
TName &ObjectId()
TObjectType ObjectType()
TInt RunMethodL(CStifItemParser &)
TBool Signal()
TBool Wait()
Public Member Enumerations
enumTObjectType { EObjectNormal, EObjectKernel }
Public Attributes
TInt iAsyncResult
Protected Attributes
TObjectType iType
Private Attributes
TName iName

Constructor & Destructor Documentation

TTestObjectBase(TObjectType)

TTestObjectBase(TObjectTypeaType)

Parameters

TObjectType aType

~TTestObjectBase()

~TTestObjectBase()[virtual]

Member Functions Documentation

ObjectId()

TName &ObjectId()[inline]

ObjectType()

TObjectType ObjectType()[inline]

RunMethodL(CStifItemParser &)

TInt RunMethodL(CStifItemParser &aItem)[pure virtual]

Parameters

CStifItemParser & aItem

Signal()

TBool Signal()[pure virtual]

Wait()

TBool Wait()[pure virtual]

Member Enumerations Documentation

Enum TObjectType

Enumerators

EObjectNormal
EObjectKernel

Member Data Documentation

TInt iAsyncResult

TInt iAsyncResult

TName iName

TName iName[private]

TObjectType iType

TObjectType iType[protected]