javauis/mmapi_qt/baseline/javasrc/com/nokia/microedition/media/PlayerImpl.java
changeset 79 2f468c1958d0
parent 26 dc7c549001d5
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
   232                 if (iWaitFlag)
   232                 if (iWaitFlag)
   233                 {
   233                 {
   234                     try
   234                     try
   235                     {
   235                     {
   236                         // wait until actionCompleted( int aError ) is called
   236                         // wait until actionCompleted( int aError ) is called
       
   237                         Logger.LOG(Logger.EJavaMMAPI, Logger.EInfo,"PlayerImpl.java : doPrefetch ibefore iLockObject");
   237                         iLockObject.wait();
   238                         iLockObject.wait();
       
   239                         Logger.LOG(Logger.EJavaMMAPI, Logger.EInfo,"PlayerImpl.java : doPrefetch after iLockObject");
   238                     }
   240                     }
   239                     catch (InterruptedException ie)
   241                     catch (InterruptedException ie)
   240                     {
   242                     {
   241                         // cannot occur
   243                         // cannot occur
   242                     }
   244                     }