diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/baton.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/baton.md b/docs/baton.md index 4877c0e4363..b0bbd066a6d 100644 --- a/docs/baton.md +++ b/docs/baton.md @@ -38,7 +38,7 @@ Tasks can be scheduled on this baton through its associated `OperationContext` and using `OperationContext::getBaton()::schedule(...)`. Note that this baton is not available for an `OperationContext` that belongs to -a `ServiceContext` with a `TransportLayerASIO` transport layer. In that case, +a `ServiceContext` with an `AsioTransportLayer` transport layer. In that case, the aforementioned interface will return a handle to *BatonASIO*. ### BatonASIO |