forked from RangeNetworks/CommonLibs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathVariables.cpp
More file actions
24 lines (20 loc) · 777 Bytes
/
Variables.cpp
File metadata and controls
24 lines (20 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
* Copyright 2014 Range Networks, Inc.
* All Rights Reserved.
*
* This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing
* information for this specific distribution.
*
* This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
#include "UnixSignal.h"
#include "SelfDetect.h"
// These variables all have constructors, and their may be some interaction
// between them, so the order of construction is important.
UnixSignal gSigVec;
SelfDetect gSelf;