equal
deleted
inserted
replaced
41 /** |
41 /** |
42 * Two-phased constructor |
42 * Two-phased constructor |
43 * @since S60 v5.0 |
43 * @since S60 v5.0 |
44 */ |
44 */ |
45 static CUpnpCpbSimpleDeviceDescription* |
45 static CUpnpCpbSimpleDeviceDescription* |
46 CUpnpCpbSimpleDeviceDescription::NewL( |
46 NewL(MUpnpCpbHttpMessageController& aMessanger, |
47 MUpnpCpbHttpMessageController& aMessanger, |
47 CUpnpCpbDeviceRepository& aRepository); |
48 CUpnpCpbDeviceRepository& aRepository); |
|
49 |
48 |
50 /** |
49 /** |
51 * Start processing device. |
50 * Start processing device. |
52 * |
51 * |
53 * @since S60 v5.0 |
52 * @since S60 v5.0 |