ROOT
6.08/07
Reference Guide
core
winnt
inc
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
///////////////////////////////////////////////////////////////////////////////
20
class
TWin32SplashThread
{
21
public
:
22
void
*
fHandle
;
// splash thread handle
23
24
TWin32SplashThread
(
Bool_t
extended);
25
~TWin32SplashThread
();
26
};
27
28
R__EXTERN
TWin32SplashThread
*
gSplash
;
29
30
#endif
TWin32SplashThread::TWin32SplashThread
TWin32SplashThread(Bool_t extended)
ctor.
Definition:
TWin32SplashThread.cxx:32
Rtypes.h
TWin32SplashThread
Definition:
TWin32SplashThread.h:20
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
TWin32SplashThread::fHandle
void * fHandle
Definition:
TWin32SplashThread.h:22
gSplash
R__EXTERN TWin32SplashThread * gSplash
Definition:
TWin32SplashThread.h:28
R__EXTERN
#define R__EXTERN
Definition:
DllImport.h:27
TWin32SplashThread::~TWin32SplashThread
~TWin32SplashThread()
dtor
Definition:
TWin32SplashThread.cxx:43