File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Let's take a look how the protocol options above can be used to force usage of t
5454The [ ServerSession] ( src/ServerSession.h ) defines its protocol options like this:
5555``` cpp
5656using ServerProtocolOptions =
57- ServerInputMessagesDynMemMsgFactoryDefaultOptionsT<
57+ tutorial25::options:: ServerInputMessagesDynMemMsgFactoryDefaultOptionsT<
5858 tutorial25::options::ServerDefaultOptions
5959 >;
6060```
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class ServerSession : public Session
3030 >;
3131
3232 using ServerProtocolOptions =
33- ServerInputMessagesDynMemMsgFactoryDefaultOptionsT<
33+ tutorial25::options:: ServerInputMessagesDynMemMsgFactoryDefaultOptionsT<
3434 tutorial25::options::ServerDefaultOptions
3535 >;
3636
You can’t perform that action at this time.
0 commit comments