From 3942df7207beeb9f2fc08a6deb1d375badbe066a Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 14 Jun 2014 22:35:16 +0000 Subject: plugin unicoded git-svn-id: http://svn.miranda-ng.org/main/trunk@9488 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HTTPServer/src/FileShareNode.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'plugins/HTTPServer/src/FileShareNode.h') diff --git a/plugins/HTTPServer/src/FileShareNode.h b/plugins/HTTPServer/src/FileShareNode.h index 706a31f093..304d463eb3 100644 --- a/plugins/HTTPServer/src/FileShareNode.h +++ b/plugins/HTTPServer/src/FileShareNode.h @@ -29,10 +29,10 @@ public: in_addr stAddr; DWORD dwCurrentDL; DWORD dwTotalSize; - char szCurrentDLSrvPath[MAX_PATH]; + TCHAR szCurrentDLSrvPath[MAX_PATH]; virtual DWORD dwGetDownloadSpeed(); virtual bool bCloseTransfers() = NULL; - virtual const char * pszCustomInfo() = NULL; + virtual const TCHAR * pszCustomInfo() = NULL; void CloseSocket(); protected: HANDLE hConnection; @@ -41,11 +41,11 @@ protected: class CLFileShareNode { public://, DWORD dwAllowedIP, DWORD dwAllowedMask, int nMaxDownloads ); - CLFileShareNode(char * pszSrvPath, char * pszRealPath); - CLFileShareNode(STFileShareInfo * pstInfo); + CLFileShareNode(TCHAR *pszSrvPath, TCHAR *pszRealPath); + CLFileShareNode(STFileShareInfo *pstInfo); ~CLFileShareNode(); - bool bSetPaths(char * pszSrvPath, char * pszRealPath); - bool bSetInfo(STFileShareInfo * pstInfo); + bool bSetPaths(TCHAR *pszSrvPath, TCHAR *pszRealPath); + bool bSetInfo(STFileShareInfo *pstInfo); int nGetSrvPathLen() { return st.dwMaxSrvPath -1; } @@ -54,7 +54,7 @@ public://, DWORD dwAllowedIP, DWORD dwAllowedMask, int nMaxDownloads ); } STFileShareInfo st; - char *pszOrigRealPath; + TCHAR *pszOrigRealPath; CLFileShareNode * pclNext; //CLHttpUser * pclAddHttpUser( HANDLE hConnection, in_addr stAddr ); //bool bRemoveHttpUser( CLHttpUser * pclUser ); -- cgit v1.2.3