Skip to content

Commit

Permalink
Update README.md following API change
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerChristian committed Sep 22, 2023
1 parent 3f5cc17 commit d886834
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,7 @@ SNode.C provides a view [overloaded *listen*](#listen-methods) methods whose arg
``` c++
#include "EchoServerContextFactory.h"
#include <core/SNodeC.h>
#include <iostream>
#include <net/in/stream/legacy/SocketServer.h>
#include <cstring>
#include <string>

int main(int argc, char* argv[]) {
core::SNodeC::init(argc, argv); // Initialize the framework.
Expand Down Expand Up @@ -324,10 +321,7 @@ Equivalent to the server instance a client instance provides a view [overloaded
``` cpp
#include "EchoClientContextFactory.h"
#include <core/SNodeC.h>
#include <iostream>
#include <net/in/stream/legacy/SocketClient.h>
#include <cstring>
#include <string>
int main(int argc, char* argv[]) {
core::SNodeC::init(argc, argv); // Initialize the framework.
Expand Down

0 comments on commit d886834

Please sign in to comment.