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

Unified Diff: ipc/ipc_message.h

Issue 7633042: Create ipc.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
« no previous file with comments | « ipc/ipc_logging.h ('k') | ipc/ipc_message_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message.h
===================================================================
--- ipc/ipc_message.h (revision 96780)
+++ ipc/ipc_message.h (working copy)
@@ -2,14 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef IPC_IPC_MESSAGE_H__
-#define IPC_IPC_MESSAGE_H__
+#ifndef IPC_IPC_MESSAGE_H_
+#define IPC_IPC_MESSAGE_H_
#pragma once
#include <string>
#include "base/basictypes.h"
#include "base/pickle.h"
+#include "ipc/ipc_export.h"
#ifndef NDEBUG
#define IPC_MESSAGE_LOG_ENABLED
@@ -33,10 +34,10 @@
class Message;
struct LogData;
-class Message : public Pickle {
+class IPC_EXPORT Message : public Pickle {
public:
// Implemented by objects that can send IPC messages across a channel.
- class Sender {
+ class IPC_EXPORT Sender {
public:
virtual ~Sender() {}
@@ -280,4 +281,4 @@
#define IPC_REPLY_ID 0xFFFFFFF0 // Special message id for replies
#define IPC_LOGGING_ID 0xFFFFFFF1 // Special message id for logging
-#endif // IPC_IPC_MESSAGE_H__
+#endif // IPC_IPC_MESSAGE_H_
« no previous file with comments | « ipc/ipc_logging.h ('k') | ipc/ipc_message_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698