uiacceltk/hitchcock/ServerCore/Src/alfhierarchymodel.cpp
branchRCL_3
changeset 24 f93c875b566e
parent 17 3ac8bf5c5014
child 41 cd0ae4656946
equal deleted inserted replaced
22:7c5dd702d6d3 24:f93c875b566e
   137         }
   137         }
   138     iChunk.Close();
   138     iChunk.Close();
   139 #ifdef ALF_DEBUG_TRACK_DRAWING 
   139 #ifdef ALF_DEBUG_TRACK_DRAWING 
   140     delete iCommandDebugger;
   140     delete iCommandDebugger;
   141 #endif
   141 #endif
   142     
   142     iUpdateRegion.Close();    
   143 #ifdef USE_MODULE_TEST_HOOKS_FOR_ALF
   143 #ifdef USE_MODULE_TEST_HOOKS_FOR_ALF
   144     delete AMT_CONTROL();
   144     delete AMT_CONTROL();
   145     Dll::FreeTls();
   145     Dll::FreeTls();
   146 #endif
   146 #endif
   147     }
   147     }
  1032     RRegion newOpaqueRegion;
  1032     RRegion newOpaqueRegion;
  1033     ReadRegionL( iStream, newTransparentRegion );
  1033     ReadRegionL( iStream, newTransparentRegion );
  1034     iStream->ReadInt8L();
  1034     iStream->ReadInt8L();
  1035     ReadRegionL( iStream, newOpaqueRegion );
  1035     ReadRegionL( iStream, newOpaqueRegion );
  1036     // TODO: Implement actions
  1036     // TODO: Implement actions
       
  1037     newTransparentRegion.Close();
       
  1038     newOpaqueRegion.Close();
  1037     }
  1039     }
  1038 
  1040 
  1039 // ---------------------------------------------------------------------------
  1041 // ---------------------------------------------------------------------------
  1040 // DoNodeLayerAddedL
  1042 // DoNodeLayerAddedL
  1041 // ---------------------------------------------------------------------------
  1043 // ---------------------------------------------------------------------------