summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sync
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commit3ed849358bbc4beacb456e3f903b52709d58b1bb (patch)
tree278e87a4cdec4d27e4b93a501c422b9d23b0b5c9 /offapi/com/sun/star/sync
parent3ca7e230e0f4a6244bd4f094c31660e84f86caa7 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/sync')
-rw-r--r--offapi/com/sun/star/sync/SyncAction.idl36
-rw-r--r--offapi/com/sun/star/sync/SyncCollector.idl27
-rw-r--r--offapi/com/sun/star/sync/SyncElement.idl35
-rw-r--r--offapi/com/sun/star/sync/SyncEvent.idl30
-rw-r--r--offapi/com/sun/star/sync/SyncInfo.idl30
-rw-r--r--offapi/com/sun/star/sync/SyncMode.idl27
-rw-r--r--offapi/com/sun/star/sync/SyncOptions.idl32
-rw-r--r--offapi/com/sun/star/sync/SyncScheme.idl23
-rw-r--r--offapi/com/sun/star/sync/SyncType.idl32
-rw-r--r--offapi/com/sun/star/sync/Synchronizer.idl24
-rw-r--r--offapi/com/sun/star/sync/XSyncCollector.idl39
-rw-r--r--offapi/com/sun/star/sync/XSynchronizer.idl32
12 files changed, 52 insertions, 315 deletions
diff --git a/offapi/com/sun/star/sync/SyncAction.idl b/offapi/com/sun/star/sync/SyncAction.idl
index 910bf602f..09caf2b1f 100644
--- a/offapi/com/sun/star/sync/SyncAction.idl
+++ b/offapi/com/sun/star/sync/SyncAction.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncAction.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-11-15 16:45:33 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,34 +64,28 @@
//=============================================================================
- module com { module sun { module star { module sync {
+module com { module sun { module star { module sync {
//=============================================================================
-// DocMerge from idl: constants com::sun::star::sync::SyncAction
/** contains a synchronization element
+
+ @deprecated
*/
constants SyncAction
{
- // DocMerge: empty anyway
const unsigned long NONE = 0x00000000;
- // DocMerge: empty anyway
const unsigned long COPY_TO_SERVER = 0x00000001;
- // DocMerge: empty anyway
const unsigned long COPY_TO_CLIENT = 0x00000002;
- // DocMerge: empty anyway
const unsigned long REMOVE_FROM_CLIENT = 0x00000100;
- // DocMerge: empty anyway
const unsigned long REMOVE_FROM_SERVER = 0x00000200;
- // DocMerge: empty anyway
const unsigned long CONFLICT_UID = 0x01000000;
- // DocMerge: empty anyway
const unsigned long CONFLICT_AMBIGUITY = 0x02000000;
};
@@ -99,24 +93,4 @@ constants SyncAction
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:44:16 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:54 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:56 mi
- documentation merged from XML
-
- Revision 1.2 2000/01/24 16:10:48 ka
- #71663#: Sync extended
-
- Revision 1.1 2000/01/10 08:47:42 ka
- #71663#: initial revision
-
-
-=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/sync/SyncCollector.idl b/offapi/com/sun/star/sync/SyncCollector.idl
index b7db88bab..51ed04564 100644
--- a/offapi/com/sun/star/sync/SyncCollector.idl
+++ b/offapi/com/sun/star/sync/SyncCollector.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncCollector.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:16 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,12 +68,11 @@
//=============================================================================
- module com { module sun { module star { module sync {
+module com { module sun { module star { module sync {
-// DocMerge: empty anyway
+/// @deprecated
service SyncCollector
{
- // DocMerge: empty anyway
interface com::sun::star::sync::XSyncCollector;
};
@@ -81,22 +80,4 @@ service SyncCollector
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.2 2000/10/17 09:13:08 ka
- syntax (UCB must changes)
-
- Revision 1.1.1.1 2000/09/18 23:35:54 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:56 mi
- documentation merged from XML
-
- Revision 1.1 2000/01/10 08:47:41 ka
- #71663#: initial revision
-
-
-=============================================================================*/
-
#endif
diff --git a/offapi/com/sun/star/sync/SyncElement.idl b/offapi/com/sun/star/sync/SyncElement.idl
index 020c89cc9..2697c5b00 100644
--- a/offapi/com/sun/star/sync/SyncElement.idl
+++ b/offapi/com/sun/star/sync/SyncElement.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncElement.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-11-15 16:45:33 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,43 +64,38 @@
//=============================================================================
- module com { module sun { module star { module sync {
+module com { module sun { module star { module sync {
//=============================================================================
-// DocMerge from xml: struct com::sun::star::sync::SyncElement
/** contains a synchronization element
+
+ @deprecated
*/
struct SyncElement
{
- // DocMerge from xml: field com::sun::star::sync::SyncElement::ContentIdentifier
/** contains the ContentIdentifier of this synchronization element
*/
string ContentIdentifier;
//-------------------------------------------------------------------------
- // DocMerge: empty anyway
unsigned long Type;
//-------------------------------------------------------------------------
- // DocMerge: empty anyway
unsigned long UID;
//-------------------------------------------------------------------------
- // DocMerge: empty anyway
unsigned long Generation;
//-------------------------------------------------------------------------
- // DocMerge: empty anyway
unsigned long Event;
//-------------------------------------------------------------------------
- // DocMerge: empty anyway
unsigned long Action;
};
@@ -108,24 +103,4 @@ struct SyncElement
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:44:16 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:54 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:56 mi
- documentation merged from XML
-
- Revision 1.2 2000/01/24 16:10:48 ka
- #71663#: Sync extended
-
- Revision 1.1 2000/01/10 08:47:42 ka
- #71663#: initial revision
-
-
-=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/sync/SyncEvent.idl b/offapi/com/sun/star/sync/SyncEvent.idl
index 512758c48..44cd38f1f 100644
--- a/offapi/com/sun/star/sync/SyncEvent.idl
+++ b/offapi/com/sun/star/sync/SyncEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncEvent.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-11-15 16:45:33 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,25 +64,22 @@
//=============================================================================
- module com { module sun { module star { module sync {
+module com { module sun { module star { module sync {
//=============================================================================
-// DocMerge from idl: constants com::sun::star::sync::SyncEvent
/** contains a synchronization element
+
+ @deprecated
*/
constants SyncEvent
{
- // DocMerge: empty anyway
const unsigned long NONE = 0;
- // DocMerge: empty anyway
const unsigned long CREATED = 1;
- // DocMerge: empty anyway
const unsigned long DELETED = 2;
- // DocMerge: empty anyway
const unsigned long CHANGED = 3;
};
@@ -90,21 +87,4 @@ constants SyncEvent
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:44:17 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:54 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:56 mi
- documentation merged from XML
-
- Revision 1.1 2000/01/10 08:47:41 ka
- #71663#: initial revision
-
-
-=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/sync/SyncInfo.idl b/offapi/com/sun/star/sync/SyncInfo.idl
index 90df75393..f4ca1674f 100644
--- a/offapi/com/sun/star/sync/SyncInfo.idl
+++ b/offapi/com/sun/star/sync/SyncInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncInfo.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:17 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,28 +68,23 @@
//=============================================================================
- module com { module sun { module star { module sync {
+module com { module sun { module star { module sync {
typedef sequence< string > FilterData;
//=============================================================================
-// DocMerge: empty anyway
+/// @deprecated
struct SyncInfo
{
- // DocMerge: empty anyway
SyncScheme ServerScheme;
- // DocMerge: empty anyway
SyncScheme ClientScheme;
- // DocMerge: empty anyway
FilterData SyncFilter;
- // DocMerge: empty anyway
unsigned long SyncMode;
- // DocMerge: empty anyway
unsigned long SyncOptions;
};
@@ -97,21 +92,4 @@ struct SyncInfo
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:55 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:56 mi
- documentation merged from XML
-
- Revision 1.2 2000/01/24 16:10:48 ka
- #71663#: Sync extended
-
- Revision 1.1 2000/01/10 08:47:42 ka
- #71663#: initial revision
-
-
-=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/sync/SyncMode.idl b/offapi/com/sun/star/sync/SyncMode.idl
index afb5cbb82..c2e6a7496 100644
--- a/offapi/com/sun/star/sync/SyncMode.idl
+++ b/offapi/com/sun/star/sync/SyncMode.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncMode.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-11-15 16:45:33 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,18 +68,16 @@
//=============================================================================
-// DocMerge from idl: constants com::sun::star::sync::SyncMode
/** contains a synchronization element
+
+ @deprecated
*/
constants SyncMode
{
- // DocMerge: empty anyway
const unsigned long NONE = 0x00000000;
- // DocMerge: empty anyway
const unsigned long CLIENT_TO_SERVER = 0x00000001;
- // DocMerge: empty anyway
const unsigned long SERVER_TO_CLIENT = 0x00000002;
};
@@ -87,21 +85,4 @@ constants SyncMode
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:44:17 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:55 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:56 mi
- documentation merged from XML
-
- Revision 1.1 2000/01/10 08:47:42 ka
- #71663#: initial revision
-
-
-=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/sync/SyncOptions.idl b/offapi/com/sun/star/sync/SyncOptions.idl
index af6cd6a21..d830871d5 100644
--- a/offapi/com/sun/star/sync/SyncOptions.idl
+++ b/offapi/com/sun/star/sync/SyncOptions.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncOptions.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-11-15 16:45:33 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,31 +64,26 @@
//=============================================================================
- module com { module sun { module star { module sync {
+module com { module sun { module star { module sync {
//=============================================================================
-// DocMerge from idl: constants com::sun::star::sync::SyncOptions
/** contains a synchronization element
+
+ @deprecated
*/
constants SyncOptions
{
- // DocMerge: empty anyway
const unsigned long NONE = 0x00000000;
- // DocMerge: empty anyway
const unsigned long DONT_COPY = 0x00000001;
- // DocMerge: empty anyway
const unsigned long DONT_REMOVE = 0x00000002;
- // DocMerge: empty anyway
const unsigned long SERVER_WINS = 0x00000100;
- // DocMerge: empty anyway
const unsigned long CLIENT_WINS = 0x00000200;
- // DocMerge: empty anyway
const unsigned long CREATE_BACKUP = 0x00010000;
};
@@ -96,21 +91,4 @@ constants SyncOptions
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:44:17 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:55 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:57 mi
- documentation merged from XML
-
- Revision 1.1 2000/01/10 08:47:42 ka
- #71663#: initial revision
-
-
-=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/sync/SyncScheme.idl b/offapi/com/sun/star/sync/SyncScheme.idl
index a047b44a2..4702d56be 100644
--- a/offapi/com/sun/star/sync/SyncScheme.idl
+++ b/offapi/com/sun/star/sync/SyncScheme.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncScheme.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:17 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,19 +66,18 @@
module com { module sun { module star { module sync {
-// DocMerge from xml: struct com::sun::star::sync::SyncScheme
/** contains the scheme name of this SyncScheme
+
+ @derepcated
*/
struct SyncScheme
{
- // DocMerge from xml: field com::sun::star::sync::SyncScheme::Scheme
/** contains the scheme name of this SyncScheme
*/
string Scheme;
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::sync::SyncScheme::Root
/** contains the root for this SyncScheme
*/
string Root;
@@ -88,18 +87,4 @@ struct SyncScheme
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:55 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:57 mi
- documentation merged from XML
-
- Revision 1.1 2000/01/10 08:47:41 ka
- #71663#: initial revision
-
-
-=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/sync/SyncType.idl b/offapi/com/sun/star/sync/SyncType.idl
index de2c23e22..86836b075 100644
--- a/offapi/com/sun/star/sync/SyncType.idl
+++ b/offapi/com/sun/star/sync/SyncType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncType.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:17 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,32 +64,25 @@
//=============================================================================
- module com { module sun { module star { module sync {
+module com { module sun { module star { module sync {
//=============================================================================
-// DocMerge: empty anyway
+/// @deprecated
constants SyncType
{
- // DocMerge: empty anyway
const unsigned long NONE = 0;
- // DocMerge: empty anyway
const unsigned long FILE = 1;
- // DocMerge: empty anyway
const unsigned long FOLDER = 2;
- // DocMerge: empty anyway
const unsigned long VFS_FILE = 3;
- // DocMerge: empty anyway
const unsigned long VFS_FOLDER = 4;
- // DocMerge: empty anyway
const unsigned long POP3 = 5;
- // DocMerge: empty anyway
const unsigned long IMAP = 6;
};
@@ -97,21 +90,4 @@ constants SyncType
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:55 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:57 mi
- documentation merged from XML
-
- Revision 1.2 2000/01/24 16:10:48 ka
- #71663#: Sync extended
-
- Revision 1.1 2000/01/10 08:47:42 ka
- #71663#: initial revision
-
-
-=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/sync/Synchronizer.idl b/offapi/com/sun/star/sync/Synchronizer.idl
index fd1668c95..0886561b7 100644
--- a/offapi/com/sun/star/sync/Synchronizer.idl
+++ b/offapi/com/sun/star/sync/Synchronizer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Synchronizer.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:17 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,12 +68,11 @@
//=============================================================================
- module com { module sun { module star { module sync {
+module com { module sun { module star { module sync {
-// DocMerge: empty anyway
+/// @deprecated
service Synchronizer
{
- // DocMerge: empty anyway
interface com::sun::star::sync::XSynchronizer;
};
@@ -81,19 +80,4 @@ service Synchronizer
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:55 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:57 mi
- documentation merged from XML
-
- Revision 1.1 2000/01/10 08:47:41 ka
- #71663#: initial revision
-
-
-=============================================================================*/
-
#endif
diff --git a/offapi/com/sun/star/sync/XSyncCollector.idl b/offapi/com/sun/star/sync/XSyncCollector.idl
index 92ec2bc94..5d723d17f 100644
--- a/offapi/com/sun/star/sync/XSyncCollector.idl
+++ b/offapi/com/sun/star/sync/XSyncCollector.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSyncCollector.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:44 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,48 +80,37 @@
//=============================================================================
- module com { module sun { module star { module sync {
+module com { module sun { module star { module sync {
-// DocMerge: empty anyway
+/// @deprecated
interface XSyncCollector: com::sun::star::uno::XInterface
{
- // DocMerge: empty anyway
boolean initialize( [in] com::sun::star::ucb::XContentProviderManager xMgr,
[in] sequence<com::sun::star::sync::SyncScheme> aSyncSchemes,
[in] string aBaseFileName );
- // DocMerge: empty anyway
sequence<com::sun::star::sync::SyncScheme> getRegisteredSyncSchemes();
- // DocMerge: empty anyway
sequence<com::sun::star::sync::SyncElement> getSyncSequence( [in] string aSyncSchemeName,
[in] com::sun::star::sync::SyncInfo aSyncInfo );
- // DocMerge: empty anyway
[oneway] void beginSynchronize();
- // DocMerge: empty anyway
[oneway] void endSynchronize();
- // DocMerge: empty anyway
boolean getCorrespondingElement( [in] com::sun::star::sync::SyncScheme aSyncSchemeIn,
[in] com::sun::star::sync::SyncElement aSyncElementIn,
[out] com::sun::star::sync::SyncElement aSyncElementOut );
- // DocMerge: empty anyway
boolean executeElementCommand( [in] string aSyncSchemeName,
[in] com::sun::star::sync::SyncElement aSyncElement,
[in] string aCommandName,
[out] any aAny );
- // DocMerge: empty anyway
[oneway] void elementSynchronized( [in] string aSyncSchemeName,
[in] com::sun::star::sync::SyncElement aSyncElement,
[in] unsigned long nSyncAction );
- // Dummy !!! => Remove
-
- // DocMerge: empty anyway
[oneway] void notify( [in] com::sun::star::ucb::XContent XCnt,
[in] unsigned long nEvent );
};
@@ -130,24 +119,4 @@ interface XSyncCollector: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:44:17 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:55 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:57 mi
- documentation merged from XML
-
- Revision 1.2 2000/01/24 16:10:48 ka
- #71663#: Sync extended
-
- Revision 1.1 2000/01/10 08:47:43 ka
- #71663#: initial revision
-
-
-=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/sync/XSynchronizer.idl b/offapi/com/sun/star/sync/XSynchronizer.idl
index e62fa3b1b..6d9ea6393 100644
--- a/offapi/com/sun/star/sync/XSynchronizer.idl
+++ b/offapi/com/sun/star/sync/XSynchronizer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSynchronizer.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:44 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,24 +71,20 @@
//=============================================================================
- module com { module sun { module star { module sync {
+module com { module sun { module star { module sync {
-// DocMerge: empty anyway
+/// @deprecated
interface XSynchronizer: com::sun::star::uno::XInterface
{
- // DocMerge: empty anyway
boolean beginSynchronize( [in] com::sun::star::sync::XSyncCollector xClientCollector,
[in] com::sun::star::sync::XSyncCollector xServerCollector,
[in] string aSchemeName, [in] FilterData aFilterData,
[in] unsigned long nSyncMode, [in] unsigned long nSyncOptions );
- // DocMerge: empty anyway
boolean getSyncList( [out] sequence<com::sun::star::sync::SyncElement> aSyncSeq );
- // DocMerge: empty anyway
boolean performSync( [in] sequence<com::sun::star::sync::SyncElement> aSyncSeq );
- // DocMerge: empty anyway
boolean endSynchronize();
};
@@ -96,24 +92,4 @@ interface XSynchronizer: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:44:17 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:55 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:57 mi
- documentation merged from XML
-
- Revision 1.2 2000/01/24 16:10:48 ka
- #71663#: Sync extended
-
- Revision 1.1 2000/01/10 08:47:42 ka
- #71663#: initial revision
-
-
-=============================================================================*/
#endif