genesis-3d_engine/Engine/foundation/http/httpprotocol.cc

19 lines
642 B
C++
Raw Normal View History

//------------------------------------------------------------------------------
// MACHINE GENERATED, DON'T EDIT!
//------------------------------------------------------------------------------
#include "stdneb.h"
#include "httpprotocol.h"
namespace Http
{
__ImplementClass(Http::AttachRequestHandler, 'arqh', Messaging::Message);
__ImplementMsgId(AttachRequestHandler);
__ImplementClass(Http::RemoveRequestHandler, 'rrqh', Messaging::Message);
__ImplementMsgId(RemoveRequestHandler);
} // Http
namespace Commands
{
} // namespace Commands
//------------------------------------------------------------------------------