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

Unified Diff: ipc/ipc_sender.cc

Issue 10541065: Separate out IPC::Message::Sender and channel::Listener into a separate class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tar xfz warez.tgz Created 8 years, 6 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: ipc/ipc_sender.cc
diff --git a/ipc/ipc_sender.cc b/ipc/ipc_sender.cc
new file mode 100644
index 0000000000000000000000000000000000000000..e34907cd21e159e4de0bbfcff670d84cc4e22830
--- /dev/null
+++ b/ipc/ipc_sender.cc
@@ -0,0 +1,12 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
jam 2012/06/11 01:56:29 ditto
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "ipc/ipc_sender.h"
+
+namespace IPC {
+
+Sender::~Sender() {
+}
+
+} // namespace IPC
« ipc/ipc_listener.cc ('K') | « ipc/ipc_sender.h ('k') | ipc/ipc_sync_channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698