diff --git a/OpenVPN Adapter/OpenVPNError.h b/OpenVPN Adapter/OpenVPNError.h index 50e8c0c..9911d81 100644 --- a/OpenVPN Adapter/OpenVPNError.h +++ b/OpenVPN Adapter/OpenVPNError.h @@ -15,9 +15,6 @@ extern NSString * __nonnull const OpenVPNAdapterErrorEventKey; /** <#Description#> - - - OpenVPNErrorConfigurationFailure: <#OpenVPNErrorConfigurationFailure description#> - - OpenVPNErrorClientFailure: <#OpenVPNErrorClientFailure description#> */ typedef NS_ENUM(NSUInteger, OpenVPNError) { OpenVPNErrorConfigurationFailure, diff --git a/OpenVPN Adapter/OpenVPNEvent.h b/OpenVPN Adapter/OpenVPNEvent.h index fae7e00..7a531dd 100644 --- a/OpenVPN Adapter/OpenVPNEvent.h +++ b/OpenVPN Adapter/OpenVPNEvent.h @@ -10,41 +10,6 @@ /** <#Description#> - - - OpenVPNEventDisconnected: <#OpenVPNEventDisconnected description#> - - OpenVPNEventConnected: <#OpenVPNEventConnected description#> - - OpenVPNEventReconnecting: <#OpenVPNEventReconnecting description#> - - OpenVPNEventResolve: <#OpenVPNEventResolve description#> - - OpenVPNEventWait: <#OpenVPNEventWait description#> - - OpenVPNEventWaitProxy: <#OpenVPNEventWaitProxy description#> - - OpenVPNEventConnecting: <#OpenVPNEventConnecting description#> - - OpenVPNEventGetConfig: <#OpenVPNEventGetConfig description#> - - OpenVPNEventAssignIP: <#OpenVPNEventAssignIP description#> - - OpenVPNEventAddRoutes: <#OpenVPNEventAddRoutes description#> - - OpenVPNEventEcho: <#OpenVPNEventEcho description#> - - OpenVPNEventInfo: <#OpenVPNEventInfo description#> - - OpenVPNEventPause: <#OpenVPNEventPause description#> - - OpenVPNEventResume: <#OpenVPNEventResume description#> - - OpenVPNEventTransportError: <#OpenVPNEventTransportError description#> - - OpenVPNEventTunError: <#OpenVPNEventTunError description#> - - OpenVPNEventClientRestart: <#OpenVPNEventClientRestart description#> - - OpenVPNEventAuthFailed: <#OpenVPNEventAuthFailed description#> - - OpenVPNEventCertVerifyFail: <#OpenVPNEventCertVerifyFail description#> - - OpenVPNEventTLSVersionMin: <#OpenVPNEventTLSVersionMin description#> - - OpenVPNEventClientHalt: <#OpenVPNEventClientHalt description#> - - OpenVPNEventConnectionTimeout: <#OpenVPNEventConnectionTimeout description#> - - OpenVPNEventInactiveTimeout: <#OpenVPNEventInactiveTimeout description#> - - OpenVPNEventDynamicChallenge: <#OpenVPNEventDynamicChallenge description#> - - OpenVPNEventProxyNeedCreds: <#OpenVPNEventProxyNeedCreds description#> - - OpenVPNEventProxyError: <#OpenVPNEventProxyError description#> - - OpenVPNEventTunSetupFailed: <#OpenVPNEventTunSetupFailed description#> - - OpenVPNEventTunIfaceCreate: <#OpenVPNEventTunIfaceCreate description#> - - OpenVPNEventTunIfaceDisabled: <#OpenVPNEventTunIfaceDisabled description#> - - OpenVPNEventEPKIError: <#OpenVPNEventEPKIError description#> - - OpenVPNEventEPKIInvalidAlias: <#OpenVPNEventEPKIInvalidAlias description#> - - OpenVPNEventInitializationFailed: <#OpenVPNEventInitializationFailed description#> - - OpenVPNEventConnectionFailed: <#OpenVPNEventConnectionFailed description#> - - OpenVPNEventUnknown: <#OpenVPNEventUnknown description#> */ typedef NS_ENUM(NSUInteger, OpenVPNEvent) { OpenVPNEventDisconnected,