commands/fed/src/mainfshell.cpp
changeset 78 b3ffff030d5c
parent 0 7f656887cf89
equal deleted inserted replaced
77:8df58d8c99e8 78:b3ffff030d5c
   110 		}
   110 		}
   111 	CleanupStack::Pop(argsBuf);
   111 	CleanupStack::Pop(argsBuf);
   112 	iFed->StartL(argsBuf);
   112 	iFed->StartL(argsBuf);
   113 	}
   113 	}
   114 
   114 
   115 void CCmdFed::StdinChange(TUint aChange)
   115 void CCmdFed::StdinChange(TUint /*aChange*/)
   116 	{
   116 	{
   117 	if (aChange & RIoReadHandle::EGainedForeground)
   117 	iFed->RedrawEverythingL();
   118 		{
       
   119 		iFed->RedrawEverythingL();
       
   120 		}
       
   121 	}
   118 	}
   122 
   119 
   123 void AssertionFail(const char* aAssertion, const char* aFile, TInt aLine)
   120 void AssertionFail(const char* aAssertion, const char* aFile, TInt aLine)
   124 	{
   121 	{
   125 	__DEBUGGER();
   122 	__DEBUGGER();