summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io/XPersistObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/io/XPersistObject.idl')
-rw-r--r--udkapi/com/sun/star/io/XPersistObject.idl44
1 files changed, 41 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/io/XPersistObject.idl b/udkapi/com/sun/star/io/XPersistObject.idl
index 295c50d54..9822b34a5 100644
--- a/udkapi/com/sun/star/io/XPersistObject.idl
+++ b/udkapi/com/sun/star/io/XPersistObject.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPersistObject.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mi $ $Date: 2003-01-16 09:32:35 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:16:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@ interface XObjectOutputStream;
itself again (by using the read method). Therefor it must be
createable by name via a factory, which is in general
the global service manager. The create and read mechanism
- is implemented by the <type scope="com::sun::star::io">ObjectInputStream</type>.
+ is implemented by the <type>com::sun::star::io::ObjectInputStream</type>.
<p>The serialization format (the series of strings, integers, objects) must
be specified at the specification of the concrete service.
@@ -148,4 +148,42 @@ interface XPersistObject: com::sun::star::uno::XInterface
}; }; }; };
+/*=============================================================================
+
+ $Log: not supported by cvs2svn $
+ Revision 1.8 2002/10/03 12:44:00 mi
+ #94968# IDL reviews merged
+
+ Revision 1.7.2.1 2002/06/05 16:38:41 jbu
+ documentation reviewed
+
+ Revision 1.7 2002/01/18 13:41:36 jbu
+ #96701# DataInputStream.idl DataOutputStream.idl MarkableInputStream.idl MarkableOutputStream.idl ObjectInputStream.idl ObjectOutputStream.idl Pipe.idl Pump.idl XDataInputStream.idl XDataOutputStream.idl XInputStream.idl XOutputStream.idl XPersistObject.idl
+
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
+ Revision 1.5 2000/12/11 16:09:49 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
+ Revision 1.4 2000/11/08 12:28:36 mi
+ moved from api
+
+ Revision 1.1.1.1 2000/09/18 23:35:24 hjs
+ initial import
+
+ Revision 1.5 2000/09/11 11:52:31 mi
+ documentation merged from XML
+
+ Revision 1.3 2000/02/17 17:19:43 mi
+ proofreading in layouted version
+
+ Revision 1.2 2000/02/07 11:24:38 mi
+ zu #70728# missing documentation marked
+
+ Revision 1.1.1.1 1999/11/11 09:48:43 jsc
+ new
+
+
+=============================================================================*/
#endif