summaryrefslogtreecommitdiffstats
path: root/src/windows/leash/LeashView.h
diff options
context:
space:
mode:
authorKevin Wasserman <kevin.wasserman@painless-security.com>2012-06-06 21:17:21 -0400
committerBen Kaduk <kaduk@mit.edu>2012-08-24 15:54:50 -0400
commit58441c9c61f332315c8b68dc63e352426a6d7707 (patch)
treef5d329471283f324af12b60916eeaea3443c434b /src/windows/leash/LeashView.h
parent1f311623467f479e6d8671c9802fe46e93aeb434 (diff)
downloadkrb5-58441c9c61f332315c8b68dc63e352426a6d7707.tar.gz
krb5-58441c9c61f332315c8b68dc63e352426a6d7707.tar.xz
krb5-58441c9c61f332315c8b68dc63e352426a6d7707.zip
KfW GUI -- add 'More' Panel
'Import Tickets', 'Export Tickets', and 'Forget Principals' buttons. Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com> ticket: 7268 (new) queue: kfw target_version: 1.10.4 tags: pullup
Diffstat (limited to 'src/windows/leash/LeashView.h')
-rw-r--r--src/windows/leash/LeashView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windows/leash/LeashView.h b/src/windows/leash/LeashView.h
index 307c36dda2..585d2075d3 100644
--- a/src/windows/leash/LeashView.h
+++ b/src/windows/leash/LeashView.h
@@ -351,6 +351,7 @@ public:
afx_msg void OnLvnItemActivate(NMHDR *pNMHDR, LRESULT *pResult);
afx_msg void OnLvnKeydown(NMHDR *pNMHDR, LRESULT *pResult);
afx_msg void OnNMCustomdraw(NMHDR *pNMHDR, LRESULT *pResult);
+ afx_msg void OnForgetPrincipals();
};
/*