summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-04 15:29:20 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-04 15:29:20 +0000
commitf722c2d66668c54c2d0b6839401ffaeb242ae541 (patch)
tree8424f59c41f196973b885a1d6e205e43958e6ca3 /udkapi
parent47f1a16ecce1e35d76c5886a172e45324a2e0df0 (diff)
INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED
2007/10/18 11:23:37 mav 1.1.2.1: #i47532# TempFile service
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/io/TempFile.idl55
1 files changed, 55 insertions, 0 deletions
diff --git a/udkapi/com/sun/star/io/TempFile.idl b/udkapi/com/sun/star/io/TempFile.idl
new file mode 100644
index 000000000000..595ff6451f23
--- /dev/null
+++ b/udkapi/com/sun/star/io/TempFile.idl
@@ -0,0 +1,55 @@
+/*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: TempFile.idl,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: obo $ $Date: 2008-01-04 16:29:20 $
+ *
+ * The Contents of this file are made available subject to
+ * the terms of GNU Lesser General Public License Version 2.1.
+ *
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2005 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ ************************************************************************/
+#ifndef __com_sun_star_io_TempFile_idl__
+#define __com_sun_star_io_TempFile_idl__
+
+#ifndef __com_sun_star_io_XTempFile_idl__
+#include <com/sun/star/io/XTempFile.idl>
+#endif
+
+
+//=========================================================================
+module com { module sun { module star { module io {
+
+//========================================================================
+/** This service allows to get access to temp files.
+ */
+service TempFile : XTempFile;
+
+//=========================================================================
+
+}; }; }; };
+
+#endif \ No newline at end of file