summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/HookEngine.h
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2011-07-06 20:07:14 +0200
committerchristian mueller <christian.ei.mueller@bmw.de>2011-07-06 20:10:32 +0200
commit8da33c909cfce7370ef8e53acb2e3a00464edf37 (patch)
tree8c3914e99a53b69dc1e6db165063f7d72a290f6c /AudioManagerDaemon/HookEngine.h
parent8329c1baf99ece0e93feda1331e089bc0aced52e (diff)
downloadaudiomanager-8da33c909cfce7370ef8e53acb2e3a00464edf37.tar.gz
- track StructuralPlugins via listOLD_POC
- use this list to deinit the plugins upon destructor call of the hookhandler
Diffstat (limited to 'AudioManagerDaemon/HookEngine.h')
-rw-r--r--AudioManagerDaemon/HookEngine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/AudioManagerDaemon/HookEngine.h b/AudioManagerDaemon/HookEngine.h
index 4586bf5..6a43d26 100644
--- a/AudioManagerDaemon/HookEngine.h
+++ b/AudioManagerDaemon/HookEngine.h
@@ -327,6 +327,7 @@ private:
QList<prioList> m_interruptRequestList;
AudioManagerCore* m_core;
+ QList<BaseHook*> m_listofPlugins;
};
/**Factory class for plugin. Needs just to return an instance of the class that the plugin implements.