File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,10 @@ class AVInputTest : public ::testing::Test {
103
103
// PluginHost::IFactories::Assign(&factoriesImplementation);
104
104
// </pca>
105
105
106
- dispatcher = static_cast <PLUGINHOST_DISPATCHER*>(plugin->QueryInterface (PLUGINHOST_DISPATCHER_ID));
107
- dispatcher->Activate (&service);
106
+ // <pca> debug
107
+ // dispatcher = static_cast<PLUGINHOST_DISPATCHER*>(plugin->QueryInterface(PLUGINHOST_DISPATCHER_ID));
108
+ // dispatcher->Activate(&service);
109
+ // </pca>
108
110
109
111
// <pca> debug
110
112
#if 0
@@ -287,8 +289,10 @@ class AVInputTest : public ::testing::Test {
287
289
p_HostImplMock = nullptr ;
288
290
}
289
291
290
- dispatcher->Deactivate ();
291
- dispatcher->Release ();
292
+ // <pca> debug
293
+ // dispatcher->Deactivate();
294
+ // dispatcher->Release();
295
+ // </pca>
292
296
293
297
PluginHost::IFactories::Assign (nullptr );
294
298
You can’t perform that action at this time.
0 commit comments