Skip to content

Commit

Permalink
add alias to dispatcher classes
Browse files Browse the repository at this point in the history
  • Loading branch information
zamronypj committed Aug 13, 2019
1 parent aed0b74 commit 63c4fb1
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -2,6 +2,8 @@ EInvalidDispatcher = EInvalidDispatcherImpl.EInvalidDispatcher;
EMethodNotAllowed = EMethodNotAllowedImpl.EMethodNotAllowed;
ERouteHandlerNotFound = ERouteHandlerNotFoundImpl.ERouteHandlerNotFound;

TDispatcher = DispatcherImpl.TDispatcherFactory;
TSimpleDispatcher = SimpleDispatcherImpl.TSimpleDispatcher;

TDispatcherFactory = DispatcherFactoryImpl.TDispatcherFactory;
TSimpleDispatcherFactory = SimpleDispatcherFactoryImpl.TSimpleDispatcherFactory;

0 comments on commit 63c4fb1

Please sign in to comment.