MythTV master
constants.h
Go to the documentation of this file.
1// Copyright (c) 2000-2001 Brad Hughes <bhughes@trolltech.com>
2//
3// Use, modification and distribution is allowed without limitation,
4// warranty, or liability of any kind.
5//
6
7#ifndef CONSTANTS_H
8#define CONSTANTS_H
9
10const unsigned int historySize = 100;
11const unsigned int groupOpenTimeout = 750;
12const unsigned int numbBands = 10;
13
14#endif // CONSTANTS_H
const unsigned int historySize
Definition: constants.h:10
const unsigned int groupOpenTimeout
Definition: constants.h:11
const unsigned int numbBands
Definition: constants.h:12