diff options
Diffstat (limited to 'cpp/test/Ice/servantLocator/TestAMDI.cpp')
-rw-r--r-- | cpp/test/Ice/servantLocator/TestAMDI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/servantLocator/TestAMDI.cpp b/cpp/test/Ice/servantLocator/TestAMDI.cpp index d3522bd5f30..483312ec2fd 100644 --- a/cpp/test/Ice/servantLocator/TestAMDI.cpp +++ b/cpp/test/Ice/servantLocator/TestAMDI.cpp @@ -142,7 +142,7 @@ TestAMDI::asyncResponseAsync(function<void()> response, } void -TestAMDI::asyncExceptionAsync(function<void()> response, +TestAMDI::asyncExceptionAsync(function<void()>, function<void(exception_ptr)> error, const Current&) { @@ -159,7 +159,7 @@ TestAMDI::asyncExceptionAsync(function<void()> response, void TestAMDI::shutdownAsync(function<void()> response, - function<void(exception_ptr)> error, + function<void(exception_ptr)>, const Current& current) { current.adapter->deactivate(); |