MrSID Decode SDK for Raster Reference Manual  9.0.0.3864
lt_cacheStatus.h
Go to the documentation of this file.
00001 /* $Id$ */
00002 /* //////////////////////////////////////////////////////////////////////////
00003 //                                                                         //
00004 // This code is Copyright (c) 2005 LizardTech, Inc, 1008 Western Avenue,   //
00005 // Suite 200, Seattle, WA 98104.  Unauthorized use or distribution         //
00006 // prohibited.  Access to and use of this code is permitted only under     //
00007 // license from LizardTech, Inc.  Portions of the code are protected by    //
00008 // US and foreign patents and other filings. All Rights Reserved.          //
00009 //                                                                         //
00011 /* PUBLIC */
00012 
00013 #ifndef LT_CACHESTATUS_H
00014 #define LT_CACHESTATUS_H
00015 
00016 // lt_lib_base
00017 #include "lt_base.h"
00018 
00019 
00020 #define LT_STS_CACHE_BASE                        16000
00021 LT_STATUSSTRING_ADD(LT_STS_CACHE_BASE, "lt_lib_cache BASE")
00022 
00023 
00024 #define LT_STS_CACHE_MAX                        16999
00025 LT_STATUSSTRING_ADD(LT_STS_CACHE_MAX, "lt_lib_cache MAX")
00026 
00027 
00028 #endif // LT_CACHESTATUS_H