AMSDST
myInfo.cxx
Go to the documentation of this file.
1 // Authors: M.Duranti - INFN di Perugia
2 #include "myInfo.h"
3 #include "debug.h"
4 #include "TClass.h"
5 
6 using namespace std;
7 
8 //--------------------------------------------------------------------
9 
11 
12 //--------------------------------------------------------------------
13 
15 #ifdef PDEBUG
16  printf("In myInfo::myInfo\n");
17 #endif
18  PRINTDEBUG;
19 
20  Url=_URL_;
21  RepositoryRoot=_REPOSITORYROOT_;
22  RepositoryUUID=_REPOSITORYUUID_;
23 
24  Revision_local=_REVISION_LOCAL_;
25  LastChangedRev_local=_LASTCHANGEDREV_LOCAL_;
26  LastChangedDate_local=_LASTCHANGEDDATE_LOCAL_;
27 
28  // Revision_remote=_REVISION_REMOTE_;
29  // LastChangedRev_remote=_LASTCHANGEDREV_REMOTE_;
30  // LastChangedDate_remote=_LASTCHANGEDDATE_REMOTE_;
31 
32  OriginalFiles.clear();
33 }
34 
36 #ifdef PDEBUG
37  printf("In myInfo::~myInfo\n");
38 #endif
39  PRINTDEBUG;
40 }