emailservices/emailserver/src/fsmailserver.cpp
changeset 1 12c456ceeff2
parent 0 8466d47a6819
equal deleted inserted replaced
0:8466d47a6819 1:12c456ceeff2
    88 // Main function of the application executable.
    88 // Main function of the application executable.
    89 // ---------------------------------------------------------------------------
    89 // ---------------------------------------------------------------------------
    90 //
    90 //
    91 GLDEF_C TInt E32Main()
    91 GLDEF_C TInt E32Main()
    92     {
    92     {
    93 
       
    94     
       
    95     TInt error = KErrNone;
    93     TInt error = KErrNone;
    96     
    94     
    97     // First check that the server isn't already running
    95     // First check that the server isn't already running
    98     if ( IsMailServerRunning() )
    96     if ( IsMailServerRunning() )
    99         {
    97         {