ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
Anghel
/
macros
/
myParticle_LinkDef.h
Revision:
1.1
Committed:
Fri Jan 29 23:20:30 2010 UTC
(15 years, 3 months ago) by
anghel
Content type:
text/plain
Branch:
MAIN
CVS Tags:
HEAD
Log Message:
Revision 29Jan2010
File Contents
#
User
Rev
Content
1
anghel
1.1
#include "myParticle.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 myParticle+;
9
#pragma link C++ class vector<myParticle>+;
10
#endif