RioModule.cpp File Reference

#include "RioError.h"
#include "RioModule.h"
#include <http_config.h>
#include <http_log.h>
#include <util_filter.h>
#include <http_protocol.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

void ModuleReadCallBack (RioRequest *Request)

Function Documentation

void ModuleReadCallBack ( RioRequest Request  ) 

Definition at line 811 of file RioModule.cpp.

00812 {
00813     CRioModule *Module = ( CRioModule* ) Request->User;
00814 
00815     #ifdef RIO_DEBUG2
00816     ap_log_rerror( APLOG_MARK, APLOG_ERR, 0, Module->GetRequest(), 
00817                    "Block %u arrived. Sending signal!", Request->Block );
00818     #endif
00819         
00820     // Envia um sinal, para avisar que o bloco ja chegou.
00821     if( !Module->SendSignal() )
00822         ap_log_rerror( APLOG_MARK, APLOG_ERR, 0, Module->GetRequest(),
00823                        "Error when executing SendSignal" );
00824 }

Generated on Wed Jul 4 16:03:30 2012 for RIO by  doxygen 1.6.3