upnpframework/upnpcommand/src/upnpmovecommand.cpp
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
   137     {
   137     {
   138     // create a temporary plugin instance
   138     // create a temporary plugin instance
   139     // then query command availability.
   139     // then query command availability.
   140     TBool available = EFalse;
   140     TBool available = EFalse;
   141     TRAP_IGNORE(
   141     TRAP_IGNORE(
   142         CUpnpCommand* temp = UpnpCommandMain::LoadL( UpnpCommand::ECommandMove );
   142         CUpnpCommand* temp = UpnpCommandMain::LoadL( 
       
   143                                         UpnpCommand::ECommandMove );
   143         CleanupStack::PushL( temp );
   144         CleanupStack::PushL( temp );
   144         available = temp->IsAvailableL();
   145         available = temp->IsAvailableL();
   145         CleanupStack::PopAndDestroy( temp );
   146         CleanupStack::PopAndDestroy( temp );
   146         );
   147         );
   147     return available;
   148     return available;