OLD | NEW |
1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_ | 5 #ifndef MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_ |
6 #define MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_ | 6 #define MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_ |
7 | 7 |
8 #include "mojo/public/bindings/lib/bindings.h" | 8 #include "mojo/public/bindings/lib/bindings.h" |
9 #include "mojo/public/bindings/lib/message.h" | 9 #include "mojo/public/bindings/lib/message.h" |
10 | 10 |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 }; | 159 }; |
160 | 160 |
161 class ServiceClientStub : public ServiceClient, public mojo::MessageReceiver { | 161 class ServiceClientStub : public ServiceClient, public mojo::MessageReceiver { |
162 public: | 162 public: |
163 virtual bool Accept(mojo::Message* message) MOJO_OVERRIDE; | 163 virtual bool Accept(mojo::Message* message) MOJO_OVERRIDE; |
164 }; | 164 }; |
165 | 165 |
166 } // namespace sample | 166 } // namespace sample |
167 | 167 |
168 #endif // MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_ | 168 #endif // MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_ |
OLD | NEW |