root/trunk/src/tutorials/examples/version/myCodeGenetor.d
| Revision 6, 273 bytes (checked in by jcc7, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | /* http://www.digitalmars.com/d/version.html */ |
| 2 | |
| 3 | version(myCodeGeneration) version = published; |
| 4 | |
| 5 | class Plugin { |
| 6 | |
| 7 | public: |
| 8 | void Function1(...) |
| 9 | int Function2(...) |
| 10 | version(published) |
| 11 | { |
| 12 | int Function3(...) |
| 13 | int m_nMaxCount |
| 14 | } |
| 15 | private: |
| 16 | |
| 17 | } |
Note: See TracBrowser for help on using the browser.
