upnpframework/upnpcommand/src/upnpcommandparameters.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
   120         case UpnpCommand::EParamDeviceUuid: // flow through
   120         case UpnpCommand::EParamDeviceUuid: // flow through
   121         case UpnpCommand::EParamDeviceName:
   121         case UpnpCommand::EParamDeviceName:
   122             // do nothing
   122             // do nothing
   123             break;
   123             break;
   124         default:
   124         default:
       
   125             {
   125             __PANICD( __FILE__, __LINE__ );
   126             __PANICD( __FILE__, __LINE__ );
       
   127             }
       
   128             break;
   126         }
   129         }
   127 
   130 
   128     }
   131     }
   129 
   132 
   130 // --------------------------------------------------------------------------
   133 // --------------------------------------------------------------------------