MrSID Decode SDK for Raster Reference Manual  9.1.0.4045
lt_cacheStatus.h
Go to the documentation of this file.
1 /* $Id$ */
2 /* //////////////////////////////////////////////////////////////////////////
3 // //
4 // This code is Copyright (c) 2005 LizardTech, Inc, 1008 Western Avenue, //
5 // Suite 200, Seattle, WA 98104. Unauthorized use or distribution //
6 // prohibited. Access to and use of this code is permitted only under //
7 // license from LizardTech, Inc. Portions of the code are protected by //
8 // US and foreign patents and other filings. All Rights Reserved. //
9 // //
11 /* PUBLIC */
12 
13 #ifndef LT_CACHESTATUS_H
14 #define LT_CACHESTATUS_H
15 
16 // lt_lib_base
17 #include "lt_base.h"
18 
19 
20 #define LT_STS_CACHE_BASE 16000
21 LT_STATUSSTRING_ADD(LT_STS_CACHE_BASE, "lt_lib_cache BASE")
22 
23 
24 #define LT_STS_CACHE_MAX 16999
25 LT_STATUSSTRING_ADD(LT_STS_CACHE_MAX, "lt_lib_cache MAX")
26 
27 
28 #endif // LT_CACHESTATUS_H

LizardTech