SF.net SVN: fclient: [181] trunk/sandbox/fcp/fcp2_0_events.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-08 09:13:49
|
Revision: 181
http://fclient.svn.sourceforge.net/fclient/?rev=181&view=rev
Author: jurner
Date: 2008-02-08 01:13:54 -0800 (Fri, 08 Feb 2008)
Log Message:
-----------
done
Modified Paths:
--------------
trunk/sandbox/fcp/fcp2_0_events.py
Modified: trunk/sandbox/fcp/fcp2_0_events.py
===================================================================
--- trunk/sandbox/fcp/fcp2_0_events.py 2008-02-08 09:13:40 UTC (rev 180)
+++ trunk/sandbox/fcp/fcp2_0_events.py 2008-02-08 09:13:54 UTC (rev 181)
@@ -50,6 +50,9 @@
class PeerNote(events.Event):
"""A peer note has arrived"""
+ class PeerNoteTypeUnknown(events.Event):
+ """The unknown note type"""
+
class PeerUnknown(events.Event):
"""Unknown peer"""
@@ -65,7 +68,6 @@
class PluginMessageFailed(events.Event):
"""Sending of a plugin message failed"""
- #TODO: not used currently
class ProtocolError(events.Event):
"""A protocol error occured"""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|