diff -r dd1b40b508c3 -r 92b4d337bbaf upnp/upnpstack_plat/upnp_common_api/inc/upnpicon.h --- a/upnp/upnpstack_plat/upnp_common_api/inc/upnpicon.h Sun Mar 14 13:12:18 2010 +0000 +++ b/upnp/upnpstack_plat/upnp_common_api/inc/upnpicon.h Sun Mar 28 16:38:08 2010 +0100 @@ -238,7 +238,7 @@ * @param aDepth icon depth * @param aMimeType icon mime type */ - void CUpnpIcon::ConstructL(const TDesC16& aPath, const TDesC8& aUrl, const TInt aWidth, const TInt aHeight, const TInt aDepth, const TDesC8& aMimeType); + void ConstructL(const TDesC16& aPath, const TDesC8& aUrl, const TInt aWidth, const TInt aHeight, const TInt aDepth, const TDesC8& aMimeType); /** * By default Symbian 2nd phase constructor is private. @@ -248,7 +248,7 @@ * @param aDepth icon depth * @param aMimeType icon mime type */ - void CUpnpIcon::ConstructL(const TDesC16& aPath, const TInt aWidth, const TInt aHeight, const TInt aDepth, const TDesC8& aMimeType); + void ConstructL(const TDesC16& aPath, const TInt aWidth, const TInt aHeight, const TInt aDepth, const TDesC8& aMimeType); /** @@ -278,4 +278,4 @@ #endif //C_CUPNPICON_H -// End of File \ No newline at end of file +// End of File