From 44057a75ef001bfd1919e2169ec3f7f355d14c20 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 16 Apr 2009 23:04:35 +0000 Subject: Hey, the list code is better, also, I fixed some stuff in socket (the isBlocking function was backward), and fastcgi is actually working now! Also added comparison functions to FString. --- src/fastcgi.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/fastcgi.h') diff --git a/src/fastcgi.h b/src/fastcgi.h index 83e9b83..67ec82f 100644 --- a/src/fastcgi.h +++ b/src/fastcgi.h @@ -110,11 +110,15 @@ namespace Bu void write( Bu::Socket &s, Record r ); void write( Bu::Socket &s, EndRequestBody b ); + bool hasChannel( int iChan ); + private: Bu::ServerSocket *pSrv; bool bRunning; Bu::Array aChannel; }; + + Bu::Formatter &operator<<( Bu::Formatter &f, const Bu::FastCgi::Record &r ); }; #endif -- cgit v1.2.3