webengine/widgetregistry/Server/src/WidgetMMCHandler.cpp
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 38 6297cdf66332
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
   231                 {
   231                 {
   232                 TRAP_IGNORE( iRegistry->ExternalizeL(); );
   232                 TRAP_IGNORE( iRegistry->ExternalizeL(); );
   233                 }
   233                 }
   234             }
   234             }
   235         iDeltaDriveFlags = 0;
   235         iDeltaDriveFlags = 0;
       
   236         
       
   237         CWidgetRegistry::NotifyWidgetAltered();
   236         }
   238         }
   237     }
   239     }