source:
trunk/MagicSoft/Mars/mreport/ReportLinkDef.h@
2555
| Last change on this file since 2555 was 2520, checked in by , 22 years ago | |
|---|---|
| File size: 347 bytes | |
| Line | |
|---|---|
| 1 | #ifdef __CINT__ |
| 2 | |
| 3 | #pragma link off all globals; |
| 4 | #pragma link off all classes; |
| 5 | #pragma link off all functions; |
| 6 | |
| 7 | #pragma link C++ class MReport+; |
| 8 | |
| 9 | #pragma link C++ class MReportDAQ+; |
| 10 | #pragma link C++ class MReportDrive+; |
| 11 | #pragma link C++ class MReportCamera+; |
| 12 | #pragma link C++ class MReportTrigger+; |
| 13 | |
| 14 | #pragma link C++ class MReportFileRead+; |
| 15 | |
| 16 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
