@@ -23,11 +23,14 @@ @class OFException; /*! * @brief A delegate for OFHTTPServer. */ -@protocol OFHTTPServerDelegate +@protocol OFHTTPServerDelegate +#ifndef OF_HTTP_SERVER_M + +#endif /*! * @brief This method is called when the HTTP server received a request from a * client. * * @param server The HTTP server which received the request