services/terminalmodeservice/inc/upnptmappserverservice.h
changeset 26 b6b8e90f9863
parent 24 e9457ebcc4df
equal deleted inserted replaced
24:e9457ebcc4df 26:b6b8e90f9863
    95     * @param service Parent service
    95     * @param service Parent service
    96     */
    96     */
    97     void ConstructL(const TDesC& aDescriptionPath );
    97     void ConstructL(const TDesC& aDescriptionPath );
    98                     
    98                     
    99     void ConstructHttpL( );
    99     void ConstructHttpL( );
   100     TInt ConvertDescriptorToInt( const TDesC8& aDes, TInt& aErr );
   100     TInt ConvertDescriptorToInt( const TDesC8& aDes, TUint& aErr );
   101     
   101     
   102 private:
   102 private:
   103     CUpnpHttpServerSession*     iHttpServerSession;
   103     CUpnpHttpServerSession*     iHttpServerSession;
   104     CUpnpDevice&                iUpnpDevice;
   104     CUpnpDevice&                iUpnpDevice;
   105     CUpnpTmServerImpl&          iTmServerImpl;
   105     CUpnpTmServerImpl&          iTmServerImpl;