meetingrequest/mrgui/inc/cesmrlocationpluginhandler.h
branchRCL_3
changeset 12 4ce476e64c59
parent 0 8466d47a6819
--- a/meetingrequest/mrgui/inc/cesmrlocationpluginhandler.h	Mon Mar 15 12:39:10 2010 +0200
+++ b/meetingrequest/mrgui/inc/cesmrlocationpluginhandler.h	Wed Mar 31 21:08:33 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2008-2008 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -86,11 +86,13 @@
      * @param aLocation location text to update into entry
      * @param aIgnoreQuery if ETrue, "Replace previous location" query is
      * not displayed.
+     * @param aLocationReplaced on return, ETrue if previous location was replaced
      * @return ETrue if aEntry location field was modified. 
      */
     static TBool UpdateEntryLocationL( MESMRCalEntry& aEntry,
                                        const TDesC& aLocation,
-                                       TBool aIgnoreQuery ); 
+                                       TBool aIgnoreQuery,
+                                       TBool& aLocationReplaced ); 
     
 protected: // From MESMRLocationPluginObserver
 	void SelectFromMapCompleted( TInt aError,
@@ -125,6 +127,11 @@
      */
     TBool iEntryUpdated;
     
+    /**
+     * Location replace flag
+     */
+    TBool iLocationReplaced;
+    
 	/**
 	 *  Location plugin.
 	 *  Own.