tactilefeedback/tactileclickplugin/src/tactileclickplugin.cpp
changeset 2 a1cbe1c1d62f
parent 0 d54f32e146dd
equal deleted inserted replaced
1:b7335e5e9083 2:a1cbe1c1d62f
   169 
   169 
   170             OstTrace0( TACTILE_PERFORMANCE, TACTILE_CLICK_PLUGIN_PEN_EVENT_0, "e_TACTILE_CLICK_PLUGIN_PEN_EVENT 0");
   170             OstTrace0( TACTILE_PERFORMANCE, TACTILE_CLICK_PLUGIN_PEN_EVENT_0, "e_TACTILE_CLICK_PLUGIN_PEN_EVENT 0");
   171             }
   171             }
   172         }
   172         }
   173     // 2. Window group open events    
   173     // 2. Window group open events    
   174     else if ( aType == EEventGroupWindowOpen && iAreaRegistry )
   174     else if ( aParam && aType == EEventGroupWindowOpen && iAreaRegistry )
   175         {
   175         {
   176         TGroupWindowOpenData* data = static_cast<TGroupWindowOpenData*>( aParam );
   176         TGroupWindowOpenData* data = static_cast<TGroupWindowOpenData*>( aParam );
   177         
   177         
   178         iAreaRegistry->HandleWindowGroupCreated( 
   178         iAreaRegistry->HandleWindowGroupCreated( 
   179             data->iIdentifier,
   179             data->iIdentifier,