//-----------------------------------------------------------------------
// 
//     Copyright (c) Microsoft Corporation.
// 
//-----------------------------------------------------------------------
#if !MANAGEDESENT_ON_WSA // Not exposed in MSDK
namespace Microsoft.Isam.Esent.Interop
{
    using System;
    /// 
    /// Conversion options for . This feature
    /// was discontinued in Windows Server 2003.
    /// 
    [Obsolete("Not available in Windows Server 2003 and up.")]
    public abstract class JET_CONVERT
    {
    }
}
#endif // !MANAGEDESENT_ON_WSA