upnp/upnpstack/serviceframework/inc/upnpinitialeventqueuemanager.h
branchCompilerCompatibility
changeset 8 92b4d337bbaf
parent 0 f5a58ecadc66
equal deleted inserted replaced
6:dd1b40b508c3 8:92b4d337bbaf
    71     * algoritm implemetation
    71     * algoritm implemetation
    72     * @param aEvent buffer for message body
    72     * @param aEvent buffer for message body
    73     * @param aVariableList list of evented variables
    73     * @param aVariableList list of evented variables
    74     * @return number of evented variables
    74     * @return number of evented variables
    75     */
    75     */
    76     TInt CUpnpInitialEventQueueManager::FillEventBodyL( 
    76     TInt FillEventBodyL( TDes8& aEvent, 
    77                                              TDes8& aEvent, 
    77                          const RPointerArray<CUpnpStateVariable>& aVariableList );
    78                                              const RPointerArray<CUpnpStateVariable>& aVariableList );
       
    79     /**
    78     /**
    80     * Creates event message
    79     * Creates event message
    81     * @param aMessage will be encapsulete into http transaction
    80     * @param aMessage will be encapsulete into http transaction
    82     * @return Http transcaction with event message
    81     * @return Http transcaction with event message
    83     */
    82     */