Rename files

This commit is contained in:
Changhua 2023-06-13 07:40:38 +08:00
parent 18078f3171
commit e0f8edb647
5 changed files with 6 additions and 6 deletions

View File

@ -227,7 +227,7 @@ $(SolutionDir)rpc\tool\protoc --nanopb_out=. wcf.proto</Command>
<ClInclude Include="..\rpc\pb_util.h" />
<ClInclude Include="..\rpc\proto\wcf.pb.h" />
<ClInclude Include="accept_new_friend.h" />
<ClInclude Include="add_chatroom_member.h" />
<ClInclude Include="chatroom_mgmt.h" />
<ClInclude Include="decrypt_image.h" />
<ClInclude Include="exec_sql.h" />
<ClInclude Include="framework.h" />
@ -252,7 +252,7 @@ $(SolutionDir)rpc\tool\protoc --nanopb_out=. wcf.proto</Command>
<ClCompile Include="..\rpc\pb_util.cpp" />
<ClCompile Include="..\rpc\proto\wcf.pb.c" />
<ClCompile Include="accept_new_friend.cpp" />
<ClCompile Include="add_chatroom_member.cpp" />
<ClCompile Include="chatroom_mgmt.cpp" />
<ClCompile Include="decrypt_image.cpp" />
<ClCompile Include="dllmain.cpp" />
<ClCompile Include="exec_sql.cpp" />

View File

@ -75,7 +75,7 @@
<ClInclude Include="..\rpc\pb_types.h">
<Filter>nnrpc</Filter>
</ClInclude>
<ClInclude Include="add_chatroom_member.h">
<ClInclude Include="chatroom_mgmt.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="user_info.h">
@ -143,7 +143,7 @@
<ClCompile Include="..\rpc\pb_util.cpp">
<Filter>nnrpc</Filter>
</ClCompile>
<ClCompile Include="add_chatroom_member.cpp">
<ClCompile Include="chatroom_mgmt.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="user_info.cpp">

View File

@ -1,7 +1,7 @@
#include "framework.h"
#include <sstream>
#include "add_chatroom_member.h"
#include "chatroom_mgmt.h"
#include "load_calls.h"
#include "log.h"
#include "util.h"

View File

@ -17,7 +17,7 @@
#include "wcf.pb.h"
#include "accept_new_friend.h"
#include "add_chatroom_member.h"
#include "chatroom_mgmt.h"
#include "decrypt_image.h"
#include "exec_sql.h"
#include "get_contacts.h"