Disable unused tss::mbsdec()
This commit is contained in:
parent
da8748b6f2
commit
c931a13ecd
|
@ -58,7 +58,7 @@
|
||||||
// NTMBS Utils -- Definition
|
// NTMBS Utils -- Definition
|
||||||
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
|
#if 0
|
||||||
/*
|
/*
|
||||||
* TSS::mbsdec
|
* TSS::mbsdec
|
||||||
*
|
*
|
||||||
|
@ -117,7 +117,7 @@ tss::mbsdec( const_ntmbs_t beg, const_ntmbs_t curr )
|
||||||
|
|
||||||
return (ntmbs_t)prev;
|
return (ntmbs_t)prev;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* TSS::mbsinc
|
* TSS::mbsinc
|
||||||
|
|
|
@ -117,11 +117,12 @@
|
||||||
TSS_EXCEPTION( eCharacter, eError );
|
TSS_EXCEPTION( eCharacter, eError );
|
||||||
TSS_EXCEPTION( eCharacterEncoding, eCharacter );
|
TSS_EXCEPTION( eCharacterEncoding, eCharacter );
|
||||||
|
|
||||||
|
|
||||||
namespace tss
|
namespace tss
|
||||||
{
|
{
|
||||||
/// Specific Routines (Add as needed)
|
/// Specific Routines (Add as needed)
|
||||||
|
|
||||||
ntmbs_t mbsdec( const_ntmbs_t, const_ntmbs_t );
|
//ntmbs_t mbsdec( const_ntmbs_t, const_ntmbs_t );
|
||||||
ntmbs_t mbsinc( const_ntmbs_t );
|
ntmbs_t mbsinc( const_ntmbs_t );
|
||||||
|
|
||||||
size_t mbsbytes( const_ntmbs_t, size_t );
|
size_t mbsbytes( const_ntmbs_t, size_t );
|
||||||
|
|
Loading…
Reference in New Issue