gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for GSSocketStream


From: Yen-Ju Chen
Subject: Patch for GSSocketStream
Date: Sun, 13 Jan 2008 01:01:01 -0800

The recent change on GSSockeStream breaks my application.
I do not have GNU TLS installed, so GSSocketStream uses a dummy version of GSTLS.
But it does not override the +tryInput:output: and it raises exception.
This is a patch for it.

Yen-Ju

Index: Source/GSSocketStream.m
===================================================================
--- Source/GSSocketStream.m     (revision 25933)
+++ Source/GSSocketStream.m     (working copy)
@@ -560,6 +560,10 @@
   DESTROY(self);
   return nil;
 }
++ (void) tryInput: (GSSocketInputStream*)i output: (GSSocketOutputStream*)o
+{
+}
+
 @end
 
 #endif   /* HAVE_GNUTLS */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]