This commit is contained in:
smanojna 2006-01-06 11:59:20 +00:00
parent f610a50037
commit 0636451c41

View File

@ -53,7 +53,9 @@ namespace Novell.CASA.DataEngines.Common
public static string CCF_SYNCH = "Synch";
public static string CCF_NAME = "Name";
//Add Operation Types on CCF
public static int OPERATION_ADD_SECRET = 0;
public static int OPERATION_MODIFY_SECRET = 2;
}