summaryrefslogtreecommitdiff
path: root/package/inc/ZipOutputStream.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-03-07 15:09:44 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-03-07 15:09:44 +0000
commit5d44dd508f1086ec033abbfddef6449a383b3680 (patch)
tree1f66eb577ff9e5bb7168dcf8e2c7a6b4a428d4f1 /package/inc/ZipOutputStream.hxx
parent4eabfdbc6a586da28ae9f78d61dc7ad6bb1c4f79 (diff)
re-organised support for time/date-stamping
Diffstat (limited to 'package/inc/ZipOutputStream.hxx')
-rw-r--r--package/inc/ZipOutputStream.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/package/inc/ZipOutputStream.hxx b/package/inc/ZipOutputStream.hxx
index 425646b5eb2e..d65ca78b0273 100644
--- a/package/inc/ZipOutputStream.hxx
+++ b/package/inc/ZipOutputStream.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipOutputStream.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: jp $ $Date: 2001-02-05 09:24:26 $
+ * last change: $Author: mtg $ $Date: 2001-03-07 16:09:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,8 +97,6 @@
#include <vos/diagnose.hxx>
#endif
-#include <time.h>
-#include <utime.h>
class ZipOutputStream : public cppu::WeakImplHelper1< com::sun::star::package::XZipOutputStream >
{
@@ -141,8 +139,11 @@ public:
throw(::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL close( )
throw(::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
- static sal_uInt32 tmDateToDosDate ( tm &rTime);
+ static sal_uInt32 getCurrentDosTime ( );
+ /*
+ static sal_uInt32 tmDateToDosDate ( tm *pTime);
static void dosDateToTMDate ( tm &rTime, sal_uInt32 nDosDate);
+ */
private:
void doDeflate();
void writeEND(sal_uInt32 nOffset, sal_uInt32 nLength)