summaryrefslogtreecommitdiffstats
path: root/client/smartcard_channel.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-10-23 18:29:45 +0200
committerAlon Levy <alevy@redhat.com>2010-12-07 13:31:31 +0200
commit757686384fc47746891b6280b9f27404420c8dea (patch)
tree5361af542a1c49ae34860c6e721d1998e1c26131 /client/smartcard_channel.h
parenta2afcde061a488713119e03774915ea752757824 (diff)
downloadspice-757686384fc47746891b6280b9f27404420c8dea.tar.gz
spice-757686384fc47746891b6280b9f27404420c8dea.tar.xz
spice-757686384fc47746891b6280b9f27404420c8dea.zip
smartcard: client: add keyboard shortcuts for remove/insert virtual card
Diffstat (limited to 'client/smartcard_channel.h')
-rw-r--r--client/smartcard_channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/smartcard_channel.h b/client/smartcard_channel.h
index ee0d0d08..60c6db5c 100644
--- a/client/smartcard_channel.h
+++ b/client/smartcard_channel.h
@@ -92,6 +92,8 @@ public:
SmartCardChannel(RedClient& client, uint32_t id);
void handle_smartcard_data(RedPeer::InMessage* message);
+ void virtual_card_remove();
+ void virtual_card_insert();
static ChannelFactory& Factory();
protected:
virtual void on_connect();