atext/client/src/atextcommon.cpp
changeset 21 5e5528a288fe
parent 1 b4a7eebaaebf
equal deleted inserted replaced
19:4b81101308c6 21:5e5528a288fe
    53     if ( retVal != KErrNone )
    53     if ( retVal != KErrNone )
    54         {
    54         {
    55         Close();
    55         Close();
    56         }
    56         }
    57     TRACE_FUNC_EXIT
    57     TRACE_FUNC_EXIT
    58     return KErrNone;
    58     return retVal;
    59     }
    59     }
    60 
    60 
    61 // ---------------------------------------------------------------------------
    61 // ---------------------------------------------------------------------------
    62 // Synchronously closes the session
    62 // Synchronously closes the session
    63 // Optional: client can do either Close() or SynchronousClose()+Close()
    63 // Optional: client can do either Close() or SynchronousClose()+Close()