2024-06-23 17:36:53 +08:00

50 lines
1.1 KiB
C++

#if !defined(AFX_BASE64A_H__2187948A_1D51_4A77_9EB8_B4A804CAA2B2__INCLUDED_)
#define AFX_BASE64A_H__2187948A_1D51_4A77_9EB8_B4A804CAA2B2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// base64a.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Base64a window
class Base64a
{
// Construction
public:
Base64a();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Base64a)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~Base64a();
// Generated message map functions
protected:
//{{AFX_MSG(Base64a)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
CString Base64Encode(LPCTSTR lpszSrc); //¼ÓÃܺ¯Êý
CString Base64Decode(LPCTSTR lpszSrc); //½âÃܺ¯Êý
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BASE64A_H__2187948A_1D51_4A77_9EB8_B4A804CAA2B2__INCLUDED_)