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

Unified Diff: mojo/public/bindings/generators/module_interface.h

Issue 52973003: mojo: break struct headers into headers and source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add constant for header size 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/public/bindings/generators/module_interface.h
diff --git a/mojo/public/bindings/generators/module_interface.h b/mojo/public/bindings/generators/module_interface.h
new file mode 100644
index 0000000000000000000000000000000000000000..d7c19dbbdc57914e69c141dda50c8a70695dd69b
--- /dev/null
+++ b/mojo/public/bindings/generators/module_interface.h
@@ -0,0 +1,19 @@
+// Copyright $YEAR The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef $HEADER_GUARD
+#define $HEADER_GUARD
+
+#include "mojo/public/bindings/lib/bindings.h"
+
+namespace $NAMESPACE {
+$FORWARDS
+class $CLASS {
+ public:
+$METHODS
+};
+
+} // namespace $NAMESPACE
+
+#endif // $HEADER_GUARD
« no previous file with comments | « mojo/public/bindings/generators/cpp_struct.template ('k') | mojo/public/bindings/generators/module_struct.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698