Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1450)

Unified Diff: net/curvecp/test_server.h

Issue 7037022: An initial curvecp implementation. This implementation is not complete, (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/curvecp/test_server.h
===================================================================
--- net/curvecp/test_server.h (revision 85673)
+++ net/curvecp/test_server.h (working copy)
@@ -47,6 +47,7 @@
class EchoServer {
public:
EchoServer();
+ ~EchoServer();
// Start the Echo Server
void Start(CurveCPServerSocket* socket);

Powered by Google App Engine
This is Rietveld 408576698