From 0636451c41ad751807321a53953ecc6ef354c3c4 Mon Sep 17 00:00:00 2001 From: smanojna Date: Fri, 6 Jan 2006 11:59:20 +0000 Subject: [PATCH] --- c_adlib/Common.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/c_adlib/Common.cs b/c_adlib/Common.cs index 268116cc..b8d23ef1 100644 --- a/c_adlib/Common.cs +++ b/c_adlib/Common.cs @@ -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; }