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

Unified Diff: net/curvecp/test_server.cc

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.cc
===================================================================
--- net/curvecp/test_server.cc (revision 85673)
+++ net/curvecp/test_server.cc (working copy)
@@ -70,6 +70,9 @@
write_callback_(this, &EchoServer::OnWriteComplete)) {
}
+EchoServer::~EchoServer() {
+}
+
void EchoServer::Start(CurveCPServerSocket* socket) {
DCHECK(!socket_);
socket_ = socket;
« net/curvecp/messenger.cc ('K') | « net/curvecp/test_server.h ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698