Main Page   Reference Manual   Namespace List   Compound List   Namespace Members   Compound Members   File Members  

max_label_len.h
Go to the documentation of this file.
1 // $Header$
2 //
3 // Copyright (C) 2000 - 2004, by
4 //
5 // Carlo Wood, Run on IRC <carlo@alinoe.com>
6 // RSA-1024 0x624ACAD5 1997-01-26 Sign & Encrypt
7 // Fingerprint16 = 32 EC A7 B6 AC DB 65 A6 F6 F6 55 DD 1C DC FF 61
8 //
9 // This file may be distributed under the terms of the Q Public License
10 // version 1.0 as appearing in the file LICENSE.QPL included in the
11 // packaging of this file.
12 //
13 
18 #ifndef LIBCWD_MAX_LABEL_LEN_H
19 #define LIBCWD_MAX_LABEL_LEN_H
20 
21 namespace libcwd {
22 
24 unsigned short const max_label_len_c = 16;
25 
26 } // namespace libcwd
27 
28 #endif // LIBCWD_MAX_LABEL_LEN_H
namespace for libcwd.
Definition: debug.cc:87
unsigned short const max_label_len_c
The maximum number of characters that are allowed in a debug channel label.
Definition: max_label_len.h:24
Copyright © 2001 - 2004 Carlo Wood.  All rights reserved.