From feb5d90ec016c99712f19c5485cf7633cd38f111 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 23 Mar 2007 14:26:04 +0000
Subject: [PATCH] Merge admin framework from config-prototype-branch onto trunk.

---
 opends/src/server/org/opends/server/protocols/internal/InternalConnectionHandler.java |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/protocols/internal/InternalConnectionHandler.java b/opends/src/server/org/opends/server/protocols/internal/InternalConnectionHandler.java
index 03b89a1..7ad0b55 100644
--- a/opends/src/server/org/opends/server/protocols/internal/InternalConnectionHandler.java
+++ b/opends/src/server/org/opends/server/protocols/internal/InternalConnectionHandler.java
@@ -31,6 +31,7 @@
 import java.util.Collection;
 import java.util.LinkedList;
 
+import org.opends.server.admin.std.server.*;
 import org.opends.server.api.ClientConnection;
 import org.opends.server.api.ConnectionHandler;
 import org.opends.server.config.ConfigEntry;
@@ -227,5 +228,17 @@
   {
     buffer.append("Internal Connection Handler");
   }
+
+
+
+  /**
+   * {@inheritDoc}
+   */
+  @Override
+  public void initializeConnectionHandler(
+      ConnectionHandlerCfg configuration)
+      throws ConfigException, InitializationException {
+    // No implementation required.
+  }
 }
 

--
Gitblit v1.10.0