git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@19836 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2004-08-07 15:39:30 +00:00
parent b35b40f235
commit b38d8021a4

View file

@ -142,7 +142,7 @@
- (void) _didWrite: (NSNotification*)notification;
- (void) _endSession: (WebServerSession*)session;
- (void) _process: (WebServerSession*)session;
- (void) _ticker: (NSTimer*)timer;
- (void) _timeout: (NSTimer*)timer;
@end
@implementation WebServer
@ -1245,7 +1245,7 @@ unescapeData(const unsigned char* bytes, unsigned length, unsigned char *buf)
[[session handle] writeInBackgroundAndNotify: out];
}
- (void) _ticker: (NSTimer*)timer
- (void) _timeout: (NSTimer*)timer
{
unsigned count;