Skip to content

Commit e8e6fce

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent 74b1bec commit e8e6fce

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

AVInput/AVInputImplementation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ namespace Plugin {
6161

6262
void AVInputImplementation::InitializeIARM()
6363
{
64-
printf("*** _DEBUG: AVInputImplementation::InitializeIARM: entry")
64+
printf("*** _DEBUG: AVInputImplementation::InitializeIARM: entry");
6565
if (Utils::IARM::init()) {
6666
IARM_Result_t res;
6767
IARM_CHECK(IARM_Bus_RegisterEventHandler(

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,9 @@ class AVInputTest : public ::testing::Test {
129129
return &AVInputImpl;
130130
}));
131131

132-
TEST_LOG("*** _DEBUG: AVInputTest Constructor: Mark 2");
133-
134132
Core::IWorkerPool::Assign(&(*workerPool));
135-
TEST_LOG("*** _DEBUG: AVInputTest Constructor: Mark 3");
136133
workerPool->Run();
137-
TEST_LOG("*** _DEBUG: AVInputTest Constructor: Mark 4");
138-
139134
plugin->Initialize(&service);
140-
TEST_LOG("*** _DEBUG: AVInputTest Constructor: Mark 5");
141135
}
142136

143137
virtual ~AVInputTest()

0 commit comments

Comments
 (0)