Index: mojo/public/bindings/generated/sample_service_stub.h |
diff --git a/mojo/public/bindings/generated/sample_service_stub.h b/mojo/public/bindings/generated/sample_service_stub.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5a91e6679accf79be0e6d28db12f0300b23ec72c |
--- /dev/null |
+++ b/mojo/public/bindings/generated/sample_service_stub.h |
@@ -0,0 +1,19 @@ |
+// 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_STUB_H_ |
+#define MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_STUB_H_ |
+ |
+#include "mojo/public/bindings/generated/sample_service.h" |
+ |
+namespace sample { |
+ |
+class ServiceStub : public Service { |
+ public: |
+ bool OnMessageReceived(const mojo::Message& message); |
+}; |
+ |
+} // namespace sample |
+ |
+#endif // MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_STUB_H_ |