right paths in include statements

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58832 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Ivan.Shulga
2014-10-13 13:20:03 +00:00
committed by Alexander Trofimov
parent 056092d978
commit 0a0a3ece2a
16 changed files with 110 additions and 34 deletions

View File

@ -68,6 +68,7 @@ namespace OOX
return *this;
}
/*
AVSINLINE CString CPath::GetExtention(bool bIsPoint) const
{
int nFind = m_strFilename.ReverseFind('.');
@ -79,6 +80,8 @@ namespace OOX
return m_strFilename.Mid(nFind);
}
*/
/*
AVSINLINE CString CPath::GetDirectory(bool bIsSlash) const
{
int nPos = m_strFilename.ReverseFind('\\');
@ -93,10 +96,13 @@ namespace OOX
return m_strFilename.Mid(0, nPos);
}
}
*/
/*
AVSINLINE CString CPath::GetPath() const
{
return m_strFilename;
}
*/
}
namespace OOX