Revision: | 1.1 |
Committed: | Tue May 27 19:13:21 2008 UTC (16 years, 11 months ago) by loizides |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Mit_009c, Mit_009b, Mit_009a, Mit_009, Mit_008, Mit_008pre2, Mit_008pre1, Mit_006b, Mit_006a, Mit_006, Mit_005, Mit_004, MITHEP_2_0_x |
Log Message: | TAM trunk 5120 |
# | User | Rev | Content |
---|---|---|---|
1 | loizides | 1.1 | // |
2 | // $Id: TAMVirtualLoader.cxx 2272 2006-01-08 17:16:44Z loizides $ | ||
3 | // | ||
4 | |||
5 | #include "TAMVirtualLoader.h" | ||
6 | |||
7 | |||
8 | ////////////////////////////////////////////////////////////////////////// | ||
9 | // // | ||
10 | // TAMVirtualLoader // | ||
11 | // // | ||
12 | // Abstract base class for introducing plugins (data loader) into TAM. // | ||
13 | // Every TAM plugin loader needs to derive from this class. // | ||
14 | // // | ||
15 | // Author : Maarten Ballintijn 12/06/2005 // | ||
16 | // Constantin Loizides 12/22/2005 // | ||
17 | // // | ||
18 | ////////////////////////////////////////////////////////////////////////// | ||
19 | |||
20 | ClassImp(TAMVirtualLoader) | ||
21 | |||
22 | |||
23 | //______________________________________________________________________________ | ||
24 | TAMVirtualLoader::TAMVirtualLoader() | ||
25 | { | ||
26 | // Default constructor. | ||
27 | } |