photosgallery/viewframework/medialists/src/glxlistwindow.cpp
branchCompilerCompatibility
changeset 20 d1bdfdf534bd
parent 0 4e91876724a2
equal deleted inserted replaced
19:a6dbc15ecf90 20:d1bdfdf534bd
   730 	}
   730 	}
   731 
   731 
   732 // ---------------------------------------------------------------------------
   732 // ---------------------------------------------------------------------------
   733 // Test invariant
   733 // Test invariant
   734 // ---------------------------------------------------------------------------
   734 // ---------------------------------------------------------------------------
   735 void CGlxListWindow::__DbgTestInvariant() const
   735 EXPORT_C void CGlxListWindow::__DbgTestInvariant() const
   736     {
   736     {
   737     TRACER("CGlxListWindow::__DbgTestInvariant");
   737     TRACER("CGlxListWindow::__DbgTestInvariant");
   738     
   738     
   739     __ASSERT_DEBUG( ( iFocusIndex >= 0 && iFocusIndex < iWindow->TotalSize() ) || 
   739     __ASSERT_DEBUG( ( iFocusIndex >= 0 && iFocusIndex < iWindow->TotalSize() ) || 
   740                     ( KErrNotFound == iFocusIndex && 0 == iWindow->TotalSize() ), 
   740                     ( KErrNotFound == iFocusIndex && 0 == iWindow->TotalSize() ),