vpnui/vpnmanagementui/src/vpnmanagementuicontainer.cpp
branchRCL_3
changeset 49 5960d2d03390
parent 41 e06095241a65
--- a/vpnui/vpnmanagementui/src/vpnmanagementuicontainer.cpp	Wed Sep 15 13:20:54 2010 +0300
+++ b/vpnui/vpnmanagementui/src/vpnmanagementuicontainer.cpp	Wed Oct 13 15:42:16 2010 +0300
@@ -247,10 +247,12 @@
     CleanupStack::PopAndDestroy();  // resourceText
         
     //Create Policy servers setting listbox item
-   
-    resourceText = StringLoader::LoadLC( R_VPN_POLICY_SERVERS );
-     itemTextArray->AppendL(*resourceText);
-     CleanupStack::PopAndDestroy();  // resourceText
+    // Hide policy server from UI
+    // NSSM support is discontinued
+    // Policy server UI may be used for another purpose in future
+    // resourceText = StringLoader::LoadLC( R_VPN_POLICY_SERVERS );
+    // itemTextArray->AppendL(*resourceText);
+    // CleanupStack::PopAndDestroy();  // resourceText
 
     //Create Log setting listbox item
     resourceText = StringLoader::LoadLC( R_VPN_LOG );