On 7/20/07, vijaykumar motagi <[EMAIL PROTECTED]> wrote:
>
>  My question are
>  1) Whether my  understanding on the use of topology update method is
> correct?

What you said is correct, yes.

>  2) If so what is the implementation of the function
> "CheckedCallObjectMethod"?

you found the macro that defines it:
#define CheckedCallObjectMethod(env,object,method,args...)
(*env)->CallObjectMethod(env,object,method,##args)

>  3) How it is working without this function being not implemented?

look at the macro again.  Hint: "implement" refers to needing to
implement checking, not the function.

>
>  Please clarify.
>
>  Regards
>  Vijay
>
>
>
>
>
> ________________________________
> Catch the cricket action with MSN! Click here!

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
javax-usb-devel mailing list
javax-usb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to