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

Unified Diff: mojo/system/simple_dispatcher.h

Issue 25895002: Simple shell that loads a dll and calls an entrypoint function passing in a handle to a pipe create… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: exports to template instantiations Created 7 years, 2 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: mojo/system/simple_dispatcher.h
diff --git a/mojo/system/simple_dispatcher.h b/mojo/system/simple_dispatcher.h
index f306aba57ec1008a8e655df92803fcd1c5e55978..4ef37d1d10427be7c92216d33b94477a9c0919b2 100644
--- a/mojo/system/simple_dispatcher.h
+++ b/mojo/system/simple_dispatcher.h
@@ -8,6 +8,7 @@
#include <list>
#include "base/basictypes.h"
+#include "mojo/public/system/system_export.h"
#include "mojo/system/dispatcher.h"
#include "mojo/system/waiter_list.h"
@@ -18,7 +19,7 @@ namespace system {
// correspondence between handles and dispatchers (see the explanatory comment
// in core_impl.cc). This class implements the standard waiter-signalling
// mechanism in that case.
-class SimpleDispatcher : public Dispatcher {
+class MOJO_SYSTEM_EXPORT SimpleDispatcher : public Dispatcher {
protected:
SimpleDispatcher();
« build/all.gyp ('K') | « mojo/system/message_pipe_dispatcher.h ('k') | mojo/system/waiter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698