SF.net SVN: fclient: [331] trunk/sandbox/fcp2/fcparams.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-03-07 09:54:10
|
Revision: 331
http://fclient.svn.sourceforge.net/fclient/?rev=331&view=rev
Author: jUrner
Date: 2008-03-07 01:54:15 -0800 (Fri, 07 Mar 2008)
Log Message:
-----------
adapt to Fc prefix has gone
Modified Paths:
--------------
trunk/sandbox/fcp2/fcparams.py
Modified: trunk/sandbox/fcp2/fcparams.py
===================================================================
--- trunk/sandbox/fcp2/fcparams.py 2008-03-07 09:53:48 UTC (rev 330)
+++ trunk/sandbox/fcp2/fcparams.py 2008-03-07 09:54:15 UTC (rev 331)
@@ -57,10 +57,10 @@
MAGIC = '{8a7808d0-3934-465a-b1b4-b7150ed109a5}' # magic string to identify our requests
FcParams = (
- ('FcRequestType', validateInt),
- ('FcInitTime', validateFloat), # can not take it from uuid cos requests may be resend multiple times
- ('FcFilenameCollision', validateInt),
- ('FcPersistentUserData', validateString),
+ ('RequestType', validateInt),
+ ('InitTime', validateFloat), # can not take it from uuid cos requests may be resend multiple times
+ ('FilenameCollision', validateInt),
+ ('PersistentUserData', validateString),
)
IRequestType = 0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|