Re: [Altrmi] Callback iteration

2002-03-26 Thread Paul Hammant
Vinay, This looks good. We will be able to keep the way it is now for people that do not need callback and have the alternate impls for that that need callback enabled. Keep up the good work! I'm about to change references of "classOrInterfacesToExpose" to "interfacesToExpose" as that is wh

[Altrmi] Callback iteration

2002-03-25 Thread vinaysahil chandran
Paul, Skeleton work on Callback It doesnt actually do the callback(:))) but just mocks the way we can acheive it. I have short-circuited the handling , and thus the tests work fine tooo (can you check the performance drop),only difference being the way data is read from the server. Thought