Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: utility/Server.h
- Revision:
- 9:a156d3de5647
- Parent:
- 8:4acb22344932
--- a/utility/Server.h Fri Jun 30 19:51:28 2017 +0000
+++ b/utility/Server.h Tue Aug 27 15:01:10 2019 +0000
@@ -24,6 +24,6 @@
class Server
{
public:
- virtual void begin(void) = 0;
+ virtual void open(void) = 0;
};
#endif