Bug 143878. Handle more than 100 secrets in GUI.

This commit is contained in:
Jim Norman
2006-01-29 03:25:06 +00:00
parent 6055982262
commit 526c3d0706
4 changed files with 95 additions and 39 deletions

View File

@@ -54,6 +54,7 @@ namespace Novell.CASA.MiCasa.Communication
public const int VERB_READ_KEY = 16;
public const int VERB_GET_KEY_LIST = 17;
public const int VERB_RESET_MASTER_PASSWORD = 18;
public const int VERB_GET_SECRETIDS = 19;
public const int VERB_DUMP_LINKED_KEYS = 96;
public const int VERB_CREATE_TEST_SECRETS = 97;