ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
(Generate patch)

Comparing UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h (file contents):
Revision 1.48 by loizides, Wed Dec 10 11:29:25 2008 UTC vs.
Revision 1.49 by loizides, Thu Dec 11 17:05:23 2008 UTC

# Line 58 | Line 58
58  
59   #pragma link C++ class mithep::Names+;
60  
61 < #pragma link C++ class mithep::Collection<TRef>+;
61 > #pragma link C++ class mithep::Collection<TRef>+;        //todo  remvoe for Mit_008
62   #pragma link C++ class mithep::Collection<std::string>+; //todo  remove for Mit_008
63   #pragma link C++ typedef mithep::StringCol;              //todo  remove for Mit_008
64   #pragma link C++ class mithep::Vector<std::string>+;     //todo  remove for Mit_008
65   #pragma link C++ typedef mithep::StringVec;              //todo  remove for Mit_008
66  
67 + #pragma link C++ class mithep::Collection<TObject>+;
68 + #pragma link C++ class mithep::ObjArray<TObject>+;
69 +
70   #pragma link C++ class mithep::DataBase+;
71 + #pragma link C++ class mithep::Collection<mithep::DataBase>+;
72 + #pragma link C++ class mithep::Array<mithep::DataBase>+;
73 + #pragma link C++ class mithep::ObjArray<mithep::DataBase>+;
74 + #pragma link C++ typedef mithep::DataObjectCol;
75 + #pragma link C++ typedef mithep::DataObjectArr;
76 + #pragma link C++ typedef mithep::DataObjectOArr;
77   #pragma link C++ enum mithep::EObjType;
78  
79   #pragma link C++ class mithep::BitMask<1>+;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines