From f609c18967baa45b467124b7c01f4f7317214370 Mon Sep 17 00:00:00 2001
From: jarnou <jarnou@localhost>
Date: Tue, 17 Jul 2007 09:16:06 +0000
Subject: [PATCH] This fix is the refactoring of the unbind operation (issue 1990).

---
 opends/src/server/org/opends/server/api/AccessLogPublisher.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/api/AccessLogPublisher.java b/opends/src/server/org/opends/server/api/AccessLogPublisher.java
index 6bed1c3..9007267 100644
--- a/opends/src/server/org/opends/server/api/AccessLogPublisher.java
+++ b/opends/src/server/org/opends/server/api/AccessLogPublisher.java
@@ -424,7 +424,8 @@
    *                          information to use to log the unbind
    *                          request.
    */
-  public abstract void logUnbind(UnbindOperation unbindOperation);
+  public abstract void logUnbind(UnbindOperationBasis
+      unbindOperation);
 
   /**
    * Gets the DN of the configuration entry for this access log

--
Gitblit v1.10.0