uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/src/alfserverdrawer.cpp
branchRCL_3
changeset 7 433cbbb6a04b
parent 0 15bf7259bb7c
child 8 10534483575f
equal deleted inserted replaced
3:d8a3531bc6b8 7:433cbbb6a04b
  1101     bufferSize += sizeof(TPtrC);
  1101     bufferSize += sizeof(TPtrC);
  1102     bufferSize += fileName.Length() * 2;
  1102     bufferSize += fileName.Length() * 2;
  1103 
  1103 
  1104     TInt index = 0;
  1104     TInt index = 0;
  1105 
  1105 
  1106     TInt nodeHandle = KErrNotFound;
       
  1107     TInt nodeGroup = KErrNotFound;
       
  1108     TInt screenNumber = KErrNotFound;
       
  1109       
       
  1110     IncreaseHandle();
  1106     IncreaseHandle();
  1111     iTransitionEndObserver->Cancel();
  1107     iTransitionEndObserver->Cancel();
  1112     iFinishFullScreen->Cancel();
  1108     iFinishFullScreen->Cancel();
  1113     
  1109     
  1114 
  1110