equal
deleted
inserted
replaced
97 * @param aError Will contain KErrNone if service found and returned |
97 * @param aError Will contain KErrNone if service found and returned |
98 * successfully. If != KErrNone, then return reference |
98 * successfully. If != KErrNone, then return reference |
99 * does not contain valid data. |
99 * does not contain valid data. |
100 * @return Reference to CIptvService class. |
100 * @return Reference to CIptvService class. |
101 */ |
101 */ |
102 IMPORT_C CIptvService& CIptvServices::Service( TUint32 aIndex, TInt& aError ); |
102 IMPORT_C CIptvService& Service( TUint32 aIndex, TInt& aError ); |
103 |
103 |
104 /** |
104 /** |
105 * Adds a service. |
105 * Adds a service. |
106 * |
106 * |
107 * @param aService Service to add. |
107 * @param aService Service to add. |