Re: calling class instances and their methods

2007-03-26 Thread Erik Johnson
"spohle" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi, > > i created an instance of a my own class which has methods and all. now > i get an outside function called, which is unfortunatly not aware of > the instace at all (i don't control how this outside function is > called).

Re: calling class instances and their methods

2007-03-26 Thread Gabriel Genellina
On Mar 26, 12:00 pm, "spohle" <[EMAIL PROTECTED]> wrote: > i created an instance of a my own class which has methods and all. now > i get an outside function called, which is unfortunatly not aware of > the instace at all (i don't control how this outside function is > called). but i would like to