diff -r 67c6ff54ec25 -r a009639409f5 memspy/MemSpyServer/Include/MemSpyServerSession.h --- a/memspy/MemSpyServer/Include/MemSpyServerSession.h Fri May 14 17:25:03 2010 +0300 +++ b/memspy/MemSpyServer/Include/MemSpyServerSession.h Thu May 27 14:26:55 2010 +0300 @@ -46,6 +46,8 @@ private: // Internal methods void DoServiceL( const RMessage2& aMessage ); + void DoUiServiceL( const RMessage2& aMessage ); + void DoCmdServiceL( const RMessage2& aMessage ); static TInt ValidateFunction( TInt aFunction, TBool aIncludesThreadId, TBool aIncludesThreadName ); void HandleThreadSpecificOpL( TInt aFunction, const TThreadId& aThreadId ); void HandleThreadSpecificOpL( TInt aFunction, const TDesC& aThreadName );