equal
deleted
inserted
replaced
85 * @param aDevice Device that should be added |
85 * @param aDevice Device that should be added |
86 * @param aList List with devices |
86 * @param aList List with devices |
87 * @param aError result of append function |
87 * @param aError result of append function |
88 * @return ETrue if device is added, EFalse if not |
88 * @return ETrue if device is added, EFalse if not |
89 */ |
89 */ |
90 static TBool UpnpCpbDeviceListUtils::AddDevice( |
90 static TBool AddDevice( |
91 CUpnpDevice* aDevice, RPointerArray<CUpnpDevice>& aList, TInt& aError); |
91 CUpnpDevice* aDevice, RPointerArray<CUpnpDevice>& aList, TInt& aError); |
92 |
92 |
93 /** |
93 /** |
94 * Add devices to devices list |
94 * Add devices to devices list |
95 * |
95 * |