upnp/upnpstack/controlpointbase/inc/upnpcpbdescriptionagent.h
branchCompilerCompatibility
changeset 8 92b4d337bbaf
parent 0 f5a58ecadc66
equal deleted inserted replaced
6:dd1b40b508c3 8:92b4d337bbaf
    50     public:
    50     public:
    51     /**
    51     /**
    52      * Two-phased constructor
    52      * Two-phased constructor
    53      * @since S60 v5.0
    53      * @since S60 v5.0
    54      */
    54      */
    55     static CUpnpCpbDescriptionAgent* CUpnpCpbDescriptionAgent::NewL(
    55     static CUpnpCpbDescriptionAgent* NewL(
    56             CUpnpControlPoint& aBaseCP,
    56             CUpnpControlPoint& aBaseCP,
    57             MUpnpCpbHttpMessageController& aMessanger,
    57             MUpnpCpbHttpMessageController& aMessanger,
    58             CUpnpCpbDeviceRepository& aRepository);
    58             CUpnpCpbDeviceRepository& aRepository);
    59 
    59 
    60     /**
    60     /**
   150      * Copy results to repository
   150      * Copy results to repository
   151      *
   151      *
   152      * @since S60 v5.0
   152      * @since S60 v5.0
   153      * @return ETrue when devices was copied
   153      * @return ETrue when devices was copied
   154      */
   154      */
   155     TBool CUpnpCpbDescriptionAgent::CopyResult();
   155     TBool CopyResult();
   156 
   156 
   157     /**
   157     /**
   158      * Copy results to repository
   158      * Copy results to repository
   159      *
   159      *
   160      * @since S60 v5.0
   160      * @since S60 v5.0
   161      */
   161      */
   162     void CUpnpCpbDescriptionAgent::CopyResultL();
   162     void CopyResultL();
   163 
   163 
   164     /**
   164     /**
   165      * Report discovered devices to the client
   165      * Report discovered devices to the client
   166      *
   166      *
   167      * @since S60 v5.0
   167      * @since S60 v5.0