xdmprotocols/XcapProtocol/XcapHttpTransport/src/XcapHttpAuthManager.cpp
changeset 12 e6a66db4e9d0
parent 0 c8caa15ef882
child 22 04fe29633490
equal deleted inserted replaced
0:c8caa15ef882 12:e6a66db4e9d0
   221         iTransportMain.WriteToLog( _L8( "  Value:  %S" ), &value );
   221         iTransportMain.WriteToLog( _L8( "  Value:  %S" ), &value );
   222     #endif
   222     #endif
   223     switch( aName )
   223     switch( aName )
   224         {                                              
   224         {                                              
   225         case ENfoNextnonce:
   225         case ENfoNextnonce:
   226             {
       
   227             SetNextNonceL( value );
   226             SetNextNonceL( value );
   228             #ifdef _DEBUG
   227             #ifdef _DEBUG
   229                 TPtrC8 nonce( iServerNonce->Des() );
   228                 TPtrC8 nonce( iServerNonce->Des() );
   230                 iTransportMain.WriteToLog( _L8( "  -> Nonce set to %S" ), &nonce );
   229                 iTransportMain.WriteToLog( _L8( "  -> Nonce set to %S" ), &nonce );
   231             #endif
   230             #endif
   232             }
       
   233             break;
   231             break;
   234         case ENfoRspauth:
   232         case ENfoRspauth:
   235             /* TODO */
   233             /* TODO */
   236             break;
   234             break;
   237         case ENfoCnonce:
   235         case ENfoCnonce: