Include the new isAsyncServer method on the corba test mock class
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eb08321d34
commit
c9a451d927
1 changed files with 6 additions and 0 deletions
|
@ -170,4 +170,10 @@ public class TestOperation implements Operation {
|
|||
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isAsyncServer() {
|
||||
// TODO Auto-generated method stub
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue