ROOT  6.06/09
Reference Guide
TWin32SplashThread.h
Go to the documentation of this file.
1 // @(#)root/winnt:$Id$
2 // Author: Bertrand Bellenot 14/01/04
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2001, 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_TWin32SplashThread
13 #define ROOT_TWin32SplashThread
14 
15 #ifndef ROOT_Rtypes
16 #include "Rtypes.h"
17 #endif
18 
19 ///////////////////////////////////////////////////////////////////////////////
21 public:
22  void *fHandle; // splash thread handle
23 
24  TWin32SplashThread(Bool_t extended);
26 };
27 
29 
30 #endif
TWin32SplashThread(Bool_t extended)
ctor.
bool Bool_t
Definition: RtypesCore.h:59
R__EXTERN TWin32SplashThread * gSplash
#define R__EXTERN
Definition: DllImport.h:27