ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Anghel/macros/myJet_LinkDef.h
Revision: 1.1
Committed: Fri Jan 29 23:19:14 2010 UTC (15 years, 3 months ago) by anghel
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
Log Message:
Revision 29Jan2010

File Contents

# Content
1 #include "myJet.h"
2 #include <vector>
3
4 #ifdef __MAKECINT__
5 #pragma link off all globals;
6 #pragma link off all classes;
7 #pragma link off all functions;
8 #pragma link C++ class myJet+;
9 #pragma link C++ class vector<myJet>+;
10 #endif