mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Apply style guide rules to certificate, key and reachability classes
This commit is contained in:
@@ -6,10 +6,13 @@
|
||||
//
|
||||
//
|
||||
|
||||
#import "OpenVPNReachability+Internal.h"
|
||||
#import "OpenVPNReachabilityTracker.h"
|
||||
|
||||
OpenVPNReachabilityTracker::OpenVPNReachabilityTracker(const bool enable_internet, const bool enable_wifi, void* handler) : ReachabilityTracker(enable_internet, enable_wifi) {
|
||||
#import "OpenVPNReachability+Internal.h"
|
||||
|
||||
OpenVPNReachabilityTracker::OpenVPNReachabilityTracker(const bool enable_internet, const bool enable_wifi, void* handler) :
|
||||
ReachabilityTracker(enable_internet, enable_wifi)
|
||||
{
|
||||
this->handler = handler;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user