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

Unified Diff: mojo/public/bindings/sample/generated/sample_service_proxy.h

Issue 23913008: C++ bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows build error. 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/sample/generated/sample_service_proxy.h
diff --git a/mojo/public/bindings/sample/generated/sample_service_proxy.h b/mojo/public/bindings/sample/generated/sample_service_proxy.h
new file mode 100644
index 0000000000000000000000000000000000000000..55df5c99f6cb12510ea29c6959605d496c57c9ae
--- /dev/null
+++ b/mojo/public/bindings/sample/generated/sample_service_proxy.h
@@ -0,0 +1,26 @@
+// Copyright 2013 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 MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_PROXY_H_
+#define MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_PROXY_H_
+
+#include "mojo/public/bindings/lib/message.h"
+#include "mojo/public/bindings/sample/generated/sample_service.h"
+
+namespace sample {
+
+class ServiceProxy : public Service {
+ public:
+ explicit ServiceProxy(mojo::MessageReceiver* receiver);
+
+ virtual void Frobinate(const Foo* Foo, bool baz, mojo::Handle port)
+ MOJO_OVERRIDE;
+
+ private:
+ mojo::MessageReceiver* receiver_;
+};
+
+} // namespace test
+
+#endif // MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_PROXY_H_
« no previous file with comments | « mojo/public/bindings/sample/generated/sample_service.h ('k') | mojo/public/bindings/sample/generated/sample_service_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698