class TNifProgress |
Contains progress information on a dial-up connection
Public Member Functions | |
---|---|
TNifProgress() | |
TNifProgress(TInt, TInt) | |
TBool | operator==(const TNifProgress &) |
Public Attributes | |
---|---|
TInt | iError |
TInt | iStage |
TNifProgress | ( | ) | [inline] |
It sets the iStage data member to 0 and the iError data member to KErrNone.
TNifProgress | ( | TInt | aStage, |
TInt | aError | ||
) | [inline] |
It sets the iStage data member to aStage and the iError data member to aError.
TBool | operator== | ( | const TNifProgress & | aRHS | ) | const [inline] |
const TNifProgress & aRHS |