ROOT
6.14/05
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
#include "
Rtypes.h
"
16
17
///////////////////////////////////////////////////////////////////////////////
18
class
TWin32SplashThread
{
19
public
:
20
void
*
fHandle
;
// splash thread handle
21
22
TWin32SplashThread
(
Bool_t
extended);
23
~TWin32SplashThread
();
24
};
25
26
R__EXTERN
TWin32SplashThread
*
gSplash
;
27
28
#endif
TWin32SplashThread::TWin32SplashThread
TWin32SplashThread(Bool_t extended)
ctor.
Definition:
TWin32SplashThread.cxx:32
Rtypes.h
TWin32SplashThread
Definition:
TWin32SplashThread.h:18
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
TWin32SplashThread::fHandle
void * fHandle
Definition:
TWin32SplashThread.h:20
gSplash
R__EXTERN TWin32SplashThread * gSplash
Definition:
TWin32SplashThread.h:26
R__EXTERN
#define R__EXTERN
Definition:
DllImport.h:27
TWin32SplashThread::~TWin32SplashThread
~TWin32SplashThread()
dtor
Definition:
TWin32SplashThread.cxx:43