[Glass] isKindOf:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Glass] isKindOf:

GLASS mailing list
Hi!

I am currently working on a Flow and Mapless port to Gemstone.
In Mapless there is a override of isKindOf: implemented.

It seems overriding isKindOf: in Gemstone is not allowed.

Is there a way around it?

I need to implement:

"""
isKindOf: aClass

     ^self model isKindOf: aClass.
"""

Thanks for any advice!
Sebastian
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] isKindOf:

GLASS mailing list
I'm afraid that there is no way around it ... creating a flow-specific isKindOf: is the only way to go for GemStone I am afraid....

Dale

On Thu, Dec 11, 2014 at 7:07 AM, Sebastian Heidbrink via Glass <[hidden email]> wrote:
Hi!

I am currently working on a Flow and Mapless port to Gemstone.
In Mapless there is a override of isKindOf: implemented.

It seems overriding isKindOf: in Gemstone is not allowed.

Is there a way around it?

I need to implement:

"""
isKindOf: aClass

    ^self model isKindOf: aClass.
"""

Thanks for any advice!
Sebastian
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass