Parent Directory
|
Revision Log
|
Patch
revision 241 by bh, Wed Jul 24 17:16:17 2002 UTC | revision 318 by bh, Fri Sep 13 14:21:12 2002 UTC | |
---|---|---|
# | Line 51 class Session(TitledObject, Modifiable): | Line 51 class Session(TitledObject, Modifiable): |
51 | # message channels that have to be forwarded from maps contained in | # message channels that have to be forwarded from maps contained in |
52 | # the session. | # the session. |
53 | forwarded_channels = ( | forwarded_channels = ( |
54 | # generic channels | |
55 | CHANGED, | |
56 | ||
57 | # map specific channels | # map specific channels |
58 | MAP_PROJECTION_CHANGED, | MAP_PROJECTION_CHANGED, |
59 | LAYERS_CHANGED, | LAYERS_CHANGED, |
# | Line 122 class Session(TitledObject, Modifiable): | Line 125 class Session(TitledObject, Modifiable): |
125 | map.Destroy() | map.Destroy() |
126 | self.maps = [] | self.maps = [] |
127 | self.tables = [] | self.tables = [] |
128 | Publisher.Destroy(self) | Modifiable.Destroy(self) |
129 | ||
130 | def forward(self, *args): | def forward(self, *args): |
131 | """Reissue events. | """Reissue events. |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |