- Timestamp:
- 05/13/08 21:56:05 (8 months ago)
- Files:
-
- 1 modified
-
pyamf/trunk/pyamf/flex/messaging.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyamf/trunk/pyamf/flex/messaging.py
r1376 r1378 170 170 #: This is used to unsubscribe from a remote destination. 171 171 UNSUBSCRIBE_OPERATION = 1 172 172 #: This operation is used to indicate that a channel has disconnected. 173 173 DISCONNECT_OPERATION = 12 174 174
