genesis-3d_engine/Engine/foundation/http/httpprotocol.cc
zhongdaohuan 6e8fbca745 genesis-3d engine version 1.3.
match the genesis editor version 1.3.0.653.
2014-05-05 14:50:33 +08:00

19 lines
642 B
C++

//------------------------------------------------------------------------------
// 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
//------------------------------------------------------------------------------