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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 }; | 123 }; |
124 | 124 |
125 class ServiceStub : public Service, public mojo::MessageReceiver { | 125 class ServiceStub : public Service, public mojo::MessageReceiver { |
126 public: | 126 public: |
127 virtual bool Accept(mojo::Message* message) MOJO_OVERRIDE; | 127 virtual bool Accept(mojo::Message* message) MOJO_OVERRIDE; |
128 }; | 128 }; |
129 | 129 |
130 } // namespace sample | 130 } // namespace sample |
131 | 131 |
132 #endif // MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_ | 132 #endif // MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_H_ |
OLD | NEW |