From 347a872b693e46c105e953ea331616c8a566d745 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 13 Nov 2008 19:22:03 +0000
Subject: [PATCH] This change relates to issue 3567.
---
opends/src/server/org/opends/server/core/SearchOperation.java | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/opends/src/server/org/opends/server/core/SearchOperation.java b/opends/src/server/org/opends/server/core/SearchOperation.java
index 17e7a70..5f8bb40 100644
--- a/opends/src/server/org/opends/server/core/SearchOperation.java
+++ b/opends/src/server/org/opends/server/core/SearchOperation.java
@@ -334,20 +334,6 @@
public abstract void setIncludeUsableControl(boolean includeUsableControl);
/**
- * Register the psearch in the search operation.
- *
- * @param psearch - Persistent search associated to that operation
- */
- public abstract void setPersistentSearch(PersistentSearch psearch);
-
- /**
- * Get the psearch from the search operation.
- *
- * @return the psearch, or null if no psearch was registered
- */
- public abstract PersistentSearch getPersistentSearch();
-
- /**
* Indicates whether the client is able to handle referrals.
*
* @return true, if the client is able to handle referrals
--
Gitblit v1.10.0