Changeset 1376 for pyamf/trunk/pyamf/remoting/amf3.py
- Timestamp:
- 05/13/08 21:25:42 (6 months ago)
- Files:
-
- 1 modified
-
pyamf/trunk/pyamf/remoting/amf3.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyamf/trunk/pyamf/remoting/amf3.py
r1333 r1376 110 110 elif ro_request.operation == CommandMessage.LOGIN_OPERATION: 111 111 raise ServerCallFailed, "Authorisation is not supported in RemoteObject" 112 elif ro_request.operation == CommandMessage.DISCONNECT_OPERATION: 113 return remoting.Response(ro_response) 112 114 else: 113 115 raise ServerCallFailed, "Unknown command operation %s" % ro_request.operation
