Skip to content

Commit 62412f5

Browse files
committed
AVInput COM-RPC Support: Debugging unit tests
1 parent c6ef2f7 commit 62412f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AVInput/AVInputImplementation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ namespace Plugin {
8888
}
8989

9090
// <pca> 2
91-
void initialize(Core::Sink<Notification> notification)
91+
void initialize()
9292
{
9393
try {
9494
device::Manager::Initialize();

AVInput/AVInputImplementation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ namespace Plugin {
106106
}
107107

108108
// <pca> 2
109-
void initialize(Core::Sink<Notification> notification);
109+
void initialize();
110110
void deinitialize();
111111
// </pca>
112112

0 commit comments

Comments
 (0)