|
From: <ust...@us...> - 2009-03-30 21:07:55
|
Revision: 2975
http://clucene.svn.sourceforge.net/clucene/?rev=2975&view=rev
Author: ustramooner
Date: 2009-03-30 21:07:45 +0000 (Mon, 30 Mar 2009)
Log Message:
-----------
deprecate functions
Modified Paths:
--------------
branches/lucene2_3_2/src/shared/CLucene/util/Misc.h
Modified: branches/lucene2_3_2/src/shared/CLucene/util/Misc.h
===================================================================
--- branches/lucene2_3_2/src/shared/CLucene/util/Misc.h 2009-03-30 21:06:57 UTC (rev 2974)
+++ branches/lucene2_3_2/src/shared/CLucene/util/Misc.h 2009-03-30 21:07:45 UTC (rev 2975)
@@ -49,8 +49,8 @@
static TCHAR* stringTrim(TCHAR* s);
static TCHAR* wordTrim(TCHAR* s);
- static char* longToBase( int64_t value, int32_t base );
- static int64_t base36ToLong( const char* value );
+ _CL_DEPRECATED(_i64tot) static char* longToBase( int64_t value, int32_t base );
+ _CL_DEPRECATED(_tcstoi64) static int64_t base36ToLong( const char* value );
#ifdef _UCS2
static size_t whashCode(const wchar_t* str);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|