SF.net SVN: fclient:[830] trunk/fclient/src/fclient/impl/lib/fcp2/consts.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-31 16:40:08
|
Revision: 830
http://fclient.svn.sourceforge.net/fclient/?rev=830&view=rev
Author: jUrner
Date: 2008-07-31 16:40:17 +0000 (Thu, 31 Jul 2008)
Log Message:
-----------
remove unused consts
Modified Paths:
--------------
trunk/fclient/src/fclient/impl/lib/fcp2/consts.py
Modified: trunk/fclient/src/fclient/impl/lib/fcp2/consts.py
===================================================================
--- trunk/fclient/src/fclient/impl/lib/fcp2/consts.py 2008-07-31 10:29:19 UTC (rev 829)
+++ trunk/fclient/src/fclient/impl/lib/fcp2/consts.py 2008-07-31 16:40:17 UTC (rev 830)
@@ -460,32 +460,6 @@
Completed =0x10000000
RemovedFromQueue = 0x2000000
-class ConstRequestType(_BaseBitFlags):
- """Consts indicating the type of a request"""
-
- Null = 0
- GetData = 0x1
- GetFile = 0x2
- GetKeyInfo = 0x4
- PutData = 0x8
- PutFile = 0x10
- PutDir = 0x20
- PutMultiple = 0x40
- PutRedirect = 0x80
-
- GenerateSSKKeypair = 0x1000
- GenerateUSKKeypair = 0x2000
-
- PluginInfo = 0x2000000
- PluginMessage = 0x4000000
-
- SubscribeUSK = 0x10000000000
-
- MaskGet = GetData | GetFile | GetKeyInfo
- MaskGenerateKeypair = GenerateSSKKeypair | GenerateUSKKeypair
- MaskPlugin = PluginInfo | PluginMessage
- MaskPut = PutData | PutFile | PutDir | PutMultiple | PutRedirect
-
class ConstReturnType:
Direct = 'direct'
Disk = 'disk'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|