diff --git a/documentation/example.rst b/documentation/example.rst index 143acb4..3388e90 100644 --- a/documentation/example.rst +++ b/documentation/example.rst @@ -33,3 +33,10 @@ Mailbox Server .. literalinclude:: ../example/mailbox.cpp :language: c++ :name: mailbox.cpp + +Counter Server +-------------- + +.. literalinclude:: ../example/ticker.cpp + :language: c++ + :name: ticker.cpp