equal
deleted
inserted
replaced
44 * Factory method |
44 * Factory method |
45 * @since Series60 3.1 |
45 * @since Series60 3.1 |
46 * @param aControlPoint pointer to Control Point. |
46 * @param aControlPoint pointer to Control Point. |
47 * @param aService Upnp Service |
47 * @param aService Upnp Service |
48 */ |
48 */ |
49 static CUpnpServiceInfo* CUpnpServiceInfo::NewLC( |
49 static CUpnpServiceInfo* NewLC( |
50 CUpnpControlPoint* aControlPoint, |
50 CUpnpControlPoint* aControlPoint, |
51 CUpnpService* aService ); |
51 CUpnpService* aService ); |
52 |
52 |
53 /** |
53 /** |
54 * Destructor |
54 * Destructor |