Not Logged In
|
Login
|
Register
Home
|
News
|
Projects
|
Releases
Bugs
|
RFE
|
Repositories
|
Help
projects
/
xestiaab
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Removed file that shouldn't be there.
[xestiaab/.git]
/
source
/
common
/
sslcertstructs.h
1
#include <map>
2
3
#ifndef __COMMON_SSLCERTSTRUCTS_H__
4
#define __COMMON_SSLCERTSTRUCTS_H__
5
6
7
struct SSLCertData{
8
9
std::multimap<wxString, wxString> CertData;
10
11
};
12
13
struct SSLCertCollection{
14
15
int SuccessCode = 0;
16
17
//std::map<int, int> SSLCollection;
18
std::map<int, SSLCertData> SSLCollection;
19
20
};
21
22
#endif
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software
Xestia Address Book
Xestia Calendar
Development
Xestia Gelforn
Everything else
About
News
Privacy Policy