[Telepathy-commits] [telepathy-gabble/master] Add old-style tube types and states to test constants
Will Thompson
will.thompson at collabora.co.uk
Tue Feb 3 03:36:49 PST 2009
---
tests/twisted/constants.py | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index 91e0212..18e6079 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -60,3 +60,10 @@ SOCKET_ACCESS_CONTROL_LOCALHOST = 0
SOCKET_ACCESS_CONTROL_PORT = 1
SOCKET_ACCESS_CONTROL_NETMASK = 2
SOCKET_ACCESS_CONTROL_CREDENTIALS = 3
+
+TUBE_STATE_LOCAL_PENDING = 0
+TUBE_STATE_REMOTE_PENDING = 1
+TUBE_STATE_OPEN = 2
+
+TUBE_TYPE_DBUS = 0
+TUBE_TYPE_STREAM = 1
--
1.5.6.5
More information about the telepathy-commits
mailing list