From 757686384fc47746891b6280b9f27404420c8dea Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 23 Oct 2010 18:29:45 +0200 Subject: smartcard: client: add keyboard shortcuts for remove/insert virtual card --- client/smartcard_channel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/smartcard_channel.h') 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(); -- cgit