adaptationlayer/modematadaptation/modematcontroller_exe/src/main.cpp
changeset 9 8486d82aef45
parent 0 63b37f68c1ce
equal deleted inserted replaced
8:6295dc2169f3 9:8486d82aef45
    54     TFullName name;
    54     TFullName name;
    55 
    55 
    56     if ( find.Next(name) == KErrNone )
    56     if ( find.Next(name) == KErrNone )
    57         {
    57         {
    58         // Server is already up
    58         // Server is already up
    59         C_TRACE((_L("ext srv already running.")));
    59         C_TRACE((_L("modematcontroller.exe already running.")));
    60         return;
    60         return;
    61         }
    61         }
    62 
    62 
    63     User::LeaveIfError( User::RenameThread(KATExtSrvName) );
    63     User::LeaveIfError( User::RenameThread(KATExtSrvName) );
    64     // Create and install the active scheduler.
    64     // Create and install the active scheduler.