equal
deleted
inserted
replaced
55 TInt error = iPauseProperty.Define( cat, |
55 TInt error = iPauseProperty.Define( cat, |
56 key, RProperty::EInt ); |
56 key, RProperty::EInt ); |
57 |
57 |
58 WRITELOG1("CPauseObserverAO::ConstructL() Define error: %d", error); |
58 WRITELOG1("CPauseObserverAO::ConstructL() Define error: %d", error); |
59 |
59 |
60 if( KErrAlreadyExists != error ) |
60 if( KErrAlreadyExists != error && KErrNone != error ) |
61 { |
61 { |
62 User::LeaveIfError( error ); |
62 User::LeaveIfError( error ); |
63 } |
63 } |
64 |
64 |
65 error = iPauseProperty.Attach( cat, |
65 error = iPauseProperty.Attach( cat, |