summaryrefslogtreecommitdiff
path: root/shell/source/win32/zipfile/zipexcptn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/zipfile/zipexcptn.cxx')
-rw-r--r--shell/source/win32/zipfile/zipexcptn.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/shell/source/win32/zipfile/zipexcptn.cxx b/shell/source/win32/zipfile/zipexcptn.cxx
index 0f8e7fedcde9..f42165022eed 100644
--- a/shell/source/win32/zipfile/zipexcptn.cxx
+++ b/shell/source/win32/zipfile/zipexcptn.cxx
@@ -20,7 +20,7 @@
#include "internal/global.hxx"
#include "zipexcptn.hxx"
-//------------------------------------------
+
/**
*/
RuntimeException::RuntimeException(int Error) :
@@ -28,14 +28,14 @@ RuntimeException::RuntimeException(int Error) :
{
}
-//------------------------------------------
+
/**
*/
RuntimeException::~RuntimeException() throw()
{
}
-//------------------------------------------
+
/**
*/
int RuntimeException::GetErrorCode() const
@@ -43,7 +43,7 @@ int RuntimeException::GetErrorCode() const
return m_Error;
}
-//------------------------------------------
+
/**
*/
ZipException::ZipException(int Error) :
@@ -51,7 +51,7 @@ ZipException::ZipException(int Error) :
{
}
-//------------------------------------------
+
/**
*/
const char* ZipException::what() const throw()
@@ -59,7 +59,7 @@ const char* ZipException::what() const throw()
return 0;
}
-//------------------------------------------
+
/**
*/
Win32Exception::Win32Exception(int Error) :
@@ -68,7 +68,7 @@ Win32Exception::Win32Exception(int Error) :
{
}
-//------------------------------------------
+
/**
*/
Win32Exception::~Win32Exception() throw()
@@ -77,7 +77,7 @@ Win32Exception::~Win32Exception() throw()
LocalFree(m_MsgBuff);
}
-//------------------------------------------
+
/**
*/
const char* Win32Exception::what() const throw()
@@ -96,7 +96,7 @@ const char* Win32Exception::what() const throw()
return reinterpret_cast<char*>(m_MsgBuff);
}
-//------------------------------------------
+
/**
*/
ZipContentMissException::ZipContentMissException(int Error) :
@@ -104,7 +104,7 @@ ZipContentMissException::ZipContentMissException(int Error) :
{
}
-//------------------------------------------
+
/**
*/
AccessViolationException::AccessViolationException(int Error) :
@@ -112,7 +112,7 @@ AccessViolationException::AccessViolationException(int Error) :
{
}
-//------------------------------------------
+
/**
*/
IOException::IOException(int Error) :