This commit is contained in:
Manohar
2006-02-28 11:28:32 +00:00
parent b46c01e7ce
commit 832a3c5e97
4 changed files with 379 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ namespace Novell.CASA.DataEngines.Common
public static string KW = "KDE KWallet";
public static string GK = "GNOME Keyring";
public static string PM = "Password Manager";
public static string FF = "Firefox";
//Store Types
public static int CASA_STORE_MICASA = 0;
@@ -74,7 +75,9 @@ namespace Novell.CASA.DataEngines.Common
public static string CCF_ZONE = "Zone";
public static string CCF_SYNCH = "Synch";
public static string CCF_NAME = "Name";
public static string CCF_FFTAG = "FireFox";
public static string CCF_FFPROFILE = "Profile";
//Add Operation Types on CCF
public static int OPERATION_ADD_SECRET = 0;
public static int OPERATION_MODIFY_SECRET = 2;