cyphesis/tests/stubs/server/stubHttpCache.h
2017-07-25 23:40:40 +02:00

43 lines
No EOL
1.1 KiB
C++

// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
// If you want to add your own functionality, instead edit the stubHttpCache_custom.h file.
#include "server/HttpCache.h"
#include "stubHttpCache_custom.h"
#ifndef STUB_SERVER_HTTPCACHE_H
#define STUB_SERVER_HTTPCACHE_H
#ifndef STUB_HttpCache_HttpCache
//#define STUB_HttpCache_HttpCache
HttpCache::HttpCache()
{
}
#endif //STUB_HttpCache_HttpCache
#ifndef STUB_HttpCache_sendHeaders
//#define STUB_HttpCache_sendHeaders
void HttpCache::sendHeaders(std::ostream &, int status , const std::string & type , const std::string & mesg )
{
}
#endif //STUB_HttpCache_sendHeaders
#ifndef STUB_HttpCache_reportBadRequest
//#define STUB_HttpCache_reportBadRequest
void HttpCache::reportBadRequest(std::ostream &, int status , const std::string & mesg )
{
}
#endif //STUB_HttpCache_reportBadRequest
#ifndef STUB_HttpCache_processQuery
//#define STUB_HttpCache_processQuery
void HttpCache::processQuery(std::ostream &, const std::list<std::string> &)
{
}
#endif //STUB_HttpCache_processQuery
#endif