Logo ROOT  
Reference Guide
TVersionCheck.h
Go to the documentation of this file.
1// @(#)root/base:$Id$
2// Author: Fons Rademakers 9/5/2007
3
4/*************************************************************************
5 * Copyright (C) 1995-2007, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT_TVersionCheck
13#define ROOT_TVersionCheck
14
15//////////////////////////////////////////////////////////////////////////
16// //
17// TVersionCheck //
18// //
19// Used to check if the shared library or plugin is compatible with //
20// the current version of ROOT. //
21// //
22//////////////////////////////////////////////////////////////////////////
23
24#include "RVersion.h"
25
27public:
28 TVersionCheck(int versionCode); // implemented in TSystem.cxx
29};
30
31namespace ROOT {
32namespace Internal {
34}
35}
36#endif
#define ROOT_VERSION_CODE
Definition: RVersion.h:21
TVersionCheck(int versionCode)
Register version of plugin library.
Definition: TSystem.cxx:4354
static TVersionCheck gVersionCheck(ROOT_VERSION_CODE)
VSD Structures.
Definition: StringConv.hxx:21