Skip to content

Commit

Permalink
优化-规范化命名
Browse files Browse the repository at this point in the history
优化-规范化命名
  • Loading branch information
NingLeixueR committed Jul 4, 2024
1 parent e98403e commit 8e5efc9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions public/cpp/logic/public/public/gm/actor_gm.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
#include "actor_manage.h"
#include "actor_create.h"
#include "manage_curl.h"
#include "manage_csv.h"
#include "ndb_modular.h"
#include "manage_csv.h"
#include "ndbclient.h"
#include "nprotocol.h"
#include "tprotocol.h"
#include "ntimer.h"
#include "notice.h"
#include "net.h"
#include "db_manage.h"
#include "db_pool.h"
#include "db_data.h"
#include "ntimer.h"
#include "notice.h"
#include "net.h"
#include "db.h"

namespace ngl
Expand Down
8 changes: 4 additions & 4 deletions public/cpp/logic/public/public/mail/actor_mail.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
#include "nsp_client.h"
#include "ndbclient.h"
#include "nprotocol.h"
#include "ntimer.h"
#include "nlog.h"
#include "mail.h"
#include "net.h"
#include "db_manage.h"
#include "db_pool.h"
#include "db_data.h"
#include "ntimer.h"
#include "drop.h"
#include "nlog.h"
#include "mail.h"
#include "net.h"
#include "db.h"

namespace ngl
Expand Down
2 changes: 1 addition & 1 deletion public/cpp/logic/public/public/notice/actor_notice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ namespace ngl
send_client(adata.get_data()->identifier(), pro);
return true;
}
}
}//namespace ngl
10 changes: 5 additions & 5 deletions public/cpp/logic/public/public/notice/actor_notice.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

#include "actor_manage.h"
#include "actor_create.h"
#include "db_manage.h"
#include "db_data.h"
#include "db_pool.h"
#include "db.h"
#include "ndb_modular.h"
#include "define_json.h"
#include "nsp_server.h"
#include "nsp_client.h"
#include "ndbclient.h"
#include "nprotocol.h"
#include "db_manage.h"
#include "db_data.h"
#include "db_pool.h"
#include "notice.h"
#include "ntimer.h"
#include "gcmd.h"
#include "net.h"
#include "db.h"

namespace ngl
{
Expand Down Expand Up @@ -72,4 +72,4 @@ namespace ngl
//# ¿Í»§¶ËÀ­È¡¹«¸æ
bool handle(message<mforward<pbnet::PROBUFF_NET_NOTICE>>& adata);
};
}
}//namespace ngl

0 comments on commit 8e5efc9

Please sign in to comment.