uigraphics/AknIcon/srvsrc/AknIconSrvClient.cpp
changeset 2 abcbdabaa4c5
parent 0 05e9090e2422
equal deleted inserted replaced
1:ba33815114d6 2:abcbdabaa4c5
   394 // RAknIconSrvClient::__SERVER_HEAP_FAILNEXT()
   394 // RAknIconSrvClient::__SERVER_HEAP_FAILNEXT()
   395 // -----------------------------------------------------------------------------
   395 // -----------------------------------------------------------------------------
   396 //
   396 //
   397 void RAknIconSrvClient::__SERVER_HEAP_FAILNEXT( TInt aCount ) const
   397 void RAknIconSrvClient::__SERVER_HEAP_FAILNEXT( TInt aCount ) const
   398     {
   398     {
       
   399 	// Notice: this code is used to avoid the building warning!
       
   400     aCount = aCount;
   399 #if defined(_DEBUG) && defined(__WINS__)
   401 #if defined(_DEBUG) && defined(__WINS__)
   400     SendReceive( EServerHeapFailNext, TIpcArgs(aCount) );
   402     SendReceive( EServerHeapFailNext, TIpcArgs(aCount) );
   401 #endif
   403 #endif
   402     }
   404     }
   403 
   405 
   405 // RAknIconSrvClient::__SERVER_HEAP_FAILNEXT_INCREASING()
   407 // RAknIconSrvClient::__SERVER_HEAP_FAILNEXT_INCREASING()
   406 // -----------------------------------------------------------------------------
   408 // -----------------------------------------------------------------------------
   407 //
   409 //
   408 void RAknIconSrvClient::__SERVER_HEAP_FAILNEXT_INCREASING( TInt aCount ) const
   410 void RAknIconSrvClient::__SERVER_HEAP_FAILNEXT_INCREASING( TInt aCount ) const
   409     {
   411     {
       
   412 	// Notice: this code is used to avoid the building warning!
       
   413     aCount = aCount;
   410 #if defined(_DEBUG) && defined(__WINS__)
   414 #if defined(_DEBUG) && defined(__WINS__)
   411     SendReceive( EServerHeapFailNextIncreasing, TIpcArgs(aCount) );
   415     SendReceive( EServerHeapFailNextIncreasing, TIpcArgs(aCount) );
   412 #endif
   416 #endif
   413     }
   417     }
   414 
   418 
   452 // -----------------------------------------------------------------------------
   456 // -----------------------------------------------------------------------------
   453 //
   457 //
   454 void RAknIconSrvClient::__SERVER_SET_PREFERRED_ICON_DISPLAY_MODE(
   458 void RAknIconSrvClient::__SERVER_SET_PREFERRED_ICON_DISPLAY_MODE(
   455     TDisplayMode aMode ) const
   459     TDisplayMode aMode ) const
   456     {
   460     {
       
   461 	// Notice: this code is used to avoid the building warning!
       
   462     aMode = aMode;
   457 #if defined(_DEBUG)
   463 #if defined(_DEBUG)
   458     SendReceive( EServerSetPreferredIconDisplayMode, TIpcArgs( aMode ) );
   464     SendReceive( EServerSetPreferredIconDisplayMode, TIpcArgs( aMode ) );
   459 #endif
   465 #endif
   460     }
   466     }
   461 
   467