summaryrefslogtreecommitdiffstats
path: root/nexus/ISupplicantEventHandler.h
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-11-15 12:07:12 -0800
committerJean-Baptiste Queru <jbq@google.com>2009-11-15 12:07:12 -0800
commit333a80cf9ffc975aee91d82bee2bb17cdfe458a7 (patch)
tree3e41affbdd064920ceced073bb39c1e12b36e2c3 /nexus/ISupplicantEventHandler.h
parente25ff1c682ae5cc87af5e76de7e31a2702b620f3 (diff)
parent4b29fe640ae852c04d5d87d0f9527bdc32177ad1 (diff)
downloadsystem_core-333a80cf9ffc975aee91d82bee2bb17cdfe458a7.zip
system_core-333a80cf9ffc975aee91d82bee2bb17cdfe458a7.tar.gz
system_core-333a80cf9ffc975aee91d82bee2bb17cdfe458a7.tar.bz2
merge from eclair
Diffstat (limited to 'nexus/ISupplicantEventHandler.h')
-rw-r--r--nexus/ISupplicantEventHandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nexus/ISupplicantEventHandler.h b/nexus/ISupplicantEventHandler.h
index b7fd17b..1a3aa07 100644
--- a/nexus/ISupplicantEventHandler.h
+++ b/nexus/ISupplicantEventHandler.h
@@ -27,6 +27,7 @@ class SupplicantDisconnectedEvent;
class ISupplicantEventHandler {
public:
+ virtual ~ISupplicantEventHandler(){}
virtual void onAssociatingEvent(SupplicantAssociatingEvent *evt) = 0;
virtual void onAssociatedEvent(SupplicantAssociatedEvent *evt) = 0;
virtual void onConnectedEvent(SupplicantConnectedEvent *evt) = 0;