ss files
This commit is contained in:
parent
0b8c8835c4
commit
15dc6eaaf8
5 changed files with 47 additions and 17 deletions
6
client/protocols/shadowsocksvpnprotocol.cpp
Normal file
6
client/protocols/shadowsocksvpnprotocol.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include "shadowsocksvpnprotocol.h"
|
||||
|
||||
ShadowSocksVpnProtocol::ShadowSocksVpnProtocol()
|
||||
{
|
||||
|
||||
}
|
||||
12
client/protocols/shadowsocksvpnprotocol.h
Normal file
12
client/protocols/shadowsocksvpnprotocol.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef SHADOWSOCKSVPNPROTOCOL_H
|
||||
#define SHADOWSOCKSVPNPROTOCOL_H
|
||||
|
||||
#include "openvpnprotocol.h"
|
||||
|
||||
class ShadowSocksVpnProtocol : public OpenVpnProtocol
|
||||
{
|
||||
public:
|
||||
ShadowSocksVpnProtocol();
|
||||
};
|
||||
|
||||
#endif // SHADOWSOCKSVPNPROTOCOL_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue