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

Side by Side Diff: mojo/public/bindings/generators/cpp_templates/interface_declaration

Issue 66353002: Mojo: RemotePtr<S> + bindings changes for Peer attribute. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + fix error in sample_service.h Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/bindings/generators/cpp_templates/module.cc-template » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 class ${CLASS}Proxy;
2 class ${CLASS}Stub;
3 class $PEER;
4
1 class $CLASS { 5 class $CLASS {
2 public: 6 public:
7 typedef ${CLASS}Proxy _Proxy;
8 typedef ${CLASS}Stub _Stub;
9 typedef $PEER _Peer;
3 $METHODS 10 $METHODS
4 }; 11 };
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/bindings/generators/cpp_templates/module.cc-template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698