vpnui/vpnmanagementui/src/vpnmanagementuiview.cpp
branchRCL_3
changeset 38 9f4e37332ce5
parent 0 33413c0669b9
--- a/vpnui/vpnmanagementui/src/vpnmanagementuiview.cpp	Mon Jun 21 16:49:56 2010 +0300
+++ b/vpnui/vpnmanagementui/src/vpnmanagementuiview.cpp	Thu Aug 19 10:54:34 2010 +0300
@@ -45,6 +45,7 @@
 enum TVpnUiCommands 
     {
     KVpnUiPolicyViewListItemId,
+    KVpnUiServerViewListItemId,
     KVpnUiLogViewListItemId
     };
 
@@ -294,13 +295,11 @@
             iLoader->ChangeViewL(KChangeViewPolicy);            
             break;
 
-        /*** NSSM support is discontinued. The code is left here in comments
-             because the server view might be used for another purpose in
-             future.
+        
         case KVpnUiServerViewListItemId:
             iLoader->ChangeViewL(KChangeViewServer);
             break;
-        ***/
+        
 
         case KVpnUiLogViewListItemId:
             iLoader->ChangeViewL(KChangeViewLog);
@@ -313,13 +312,11 @@
     }
 
 
-// ---------------------------------------------------------------------------
-// CVpnManagementUiView::NotifyPolicyImportComplete()
-// ---------------------------------------------------------------------------
-void CVpnManagementUiView::NotifyPolicyImportComplete(TInt aResult)
+
+void CVpnManagementUiView::NotifySynchroniseServerCompleteL(TInt aResult)
     {
     if ( aResult != KErrNone)
-        LOG_1("CVpnManagementUiView::NotifyPolicyImportComplete:%d", aResult);
+           LOG_1("CVpnManagementUiView::NotifySynchroniseServerCompleteL:%d", aResult);
     }
 
 // ---------------------------------------------------------------------------