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:
antelder 2010-06-30 07:29:58 +00:00
parent eb08321d34
commit c9a451d927

View file

@ -170,4 +170,10 @@ public class TestOperation implements Operation {
}
@Override
public boolean isAsyncServer() {
// TODO Auto-generated method stub
return false;
}
}