CTSession >> #initializeWithApplication:

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

CTSession >> #initializeWithApplication:

Romain Robbes-2


        Hi All,

        In Comet, CTSession needs this method to be called in order to be  
initialized properly. However, using seaside27a1-mb.205,  
#initializeWithApplication: is never called (CTSession is the only  
implementor). Am I missing a dependency for Comet?

        I just added the following method to CTSession:

initialize
        super initialize.
        handlers := Dictionary new

        With no ill effects so  far.

        Cheers,
                Romain
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside