This commit is contained in:
aozhiwei 2022-12-13 18:25:30 +08:00
parent 37c1840e2e
commit 81985527ba

View File

@ -1,5 +1,4 @@
#ifndef NETMSGHANDLER_H #pragma once
#define NETMSGHANDLER_H
#include <google/protobuf/generated_message_util.h> #include <google/protobuf/generated_message_util.h>
#include <google/protobuf/message.h> #include <google/protobuf/message.h>
@ -110,4 +109,3 @@ namespace f8
void DumpMsgToLog(f8::MsgHdr& hdr, f8::NetMsgHandler* handler, const char* prefix); void DumpMsgToLog(f8::MsgHdr& hdr, f8::NetMsgHandler* handler, const char* prefix);
void DumpMsgToLog(const ::google::protobuf::Message& msg, const char* prefix); void DumpMsgToLog(const ::google::protobuf::Message& msg, const char* prefix);
} }
#endif