What color is your PPaintShed?
Jason Duell <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Maybe everyone else already understood this, but after some chat on IRC, it sounds like our naming conventions for IPDL protocols and implementing classes is going to be: (using "HttpChannel" as an example, as it's more instructive than "Foo") PHttpChannel.ipdl // protocol file. Protocol is named "PHttpChannel" IPDL will generate "PHttpChannelChild.h/.cpp" and "PHttpChannelParent.h/.cpp" (right now it actually generates "PHttpChannelProtocolChild.h/.cpp": this will change). Concrete classes that one implements, inheriting from the IPDL- generated classes: HttpChannelChild.h/.cpp and HttpChannelParent.h/.cpp Hate it? Please reply with your comments. Don't forget to CC: /dev/ null! Jason