summaryrefslogtreecommitdiff
path: root/plugins/HTTPServer/src/FileShareNode.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-06-14 22:35:16 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-06-14 22:35:16 +0000
commit3942df7207beeb9f2fc08a6deb1d375badbe066a (patch)
tree10cff5e3f6b525410e00207d05578b30025c7d9f /plugins/HTTPServer/src/FileShareNode.h
parentc5fb4140e75fe56e24caa98fda1f13b14955efe9 (diff)
plugin unicoded
git-svn-id: http://svn.miranda-ng.org/main/trunk@9488 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HTTPServer/src/FileShareNode.h')
-rw-r--r--plugins/HTTPServer/src/FileShareNode.h14
1 files changed, 7 insertions, 7 deletions
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 );