-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev/ssl tls pki #420
base: master
Are you sure you want to change the base?
Dev/ssl tls pki #420
Conversation
e2db715
to
bd1e5e5
Compare
bd1e5e5
to
c96dd94
Compare
"uid", | ||
"default_account", | ||
"name", | ||
"serial_number", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个顺序不能改吧,不然原来的数据都不能用了
@@ -18,7 +18,7 @@ | |||
|
|||
#pragma once | |||
|
|||
#include "CtldPublicDefs.h" | |||
#include "../CtldPublicDefs.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
别用绝对路径
@@ -0,0 +1,249 @@ | |||
/** | |||
* Copyright (c) 2024 Peking University and Peking University |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
新文件的license年份不对
|
||
#include "../AccountManager.h" | ||
#include "../CranedMetaContainer.h" | ||
#include "../EmbeddedDbClient.h" | ||
#include "../TaskScheduler.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改cmake,不要这么include
|
||
#include "CtldForCranedServer.h" | ||
|
||
#include <google/protobuf/util/time_util.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不用在这include
No description provided.