From d491fe177f1740e7b5882569d51987a15662fc85 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Thu, 12 Jul 2007 09:30:40 +0000
Subject: [PATCH] fix for 1887 : Define new interfaces used by the synchronization provider so that LocalBackend operations are not exposed

---
 opends/src/server/org/opends/server/replication/plugin/PendingChanges.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/plugin/PendingChanges.java b/opends/src/server/org/opends/server/replication/plugin/PendingChanges.java
index ff5105f..a465fd7 100644
--- a/opends/src/server/org/opends/server/replication/plugin/PendingChanges.java
+++ b/opends/src/server/org/opends/server/replication/plugin/PendingChanges.java
@@ -34,7 +34,7 @@
 import org.opends.server.replication.common.ChangeNumberGenerator;
 import org.opends.server.replication.common.ServerState;
 import org.opends.server.replication.protocol.UpdateMessage;
-import org.opends.server.types.Operation;
+import org.opends.server.types.operation.PluginOperation;
 
 /**
  * This class is use to store the list of local operations currently
@@ -155,7 +155,7 @@
    *                  be added in the pending list.
    * @return The ChangeNumber now associated to the operation.
    */
-  public synchronized ChangeNumber putLocalOperation(Operation operation)
+  public synchronized ChangeNumber putLocalOperation(PluginOperation operation)
   {
     ChangeNumber changeNumber;
 

--
Gitblit v1.10.0