[svn] commit: r2149 - in /branches/feng-authnotify/src/bin/auth: asio_link.h auth_srv.cc auth_srv.h

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jun 17 12:31:24 UTC 2010


Author: hanfeng
Date: Thu Jun 17 12:31:24 2010
New Revision: 2149

Log:
remove useless function and add module info into log

Modified:
    branches/feng-authnotify/src/bin/auth/asio_link.h
    branches/feng-authnotify/src/bin/auth/auth_srv.cc
    branches/feng-authnotify/src/bin/auth/auth_srv.h

Modified: branches/feng-authnotify/src/bin/auth/asio_link.h
==============================================================================
--- branches/feng-authnotify/src/bin/auth/asio_link.h (original)
+++ branches/feng-authnotify/src/bin/auth/asio_link.h Thu Jun 17 12:31:24 2010
@@ -53,7 +53,6 @@
         bool                        isMessageValid() const { return is_message_valid_;}
         isc::dns::Message &         getMessage() { return message_;}
         const isc::dns::Message &   getMessage() const{ return message_;}
-        bool                        parseMessage();
 
     private:
         std::string ipaddr_;

Modified: branches/feng-authnotify/src/bin/auth/auth_srv.cc
==============================================================================
--- branches/feng-authnotify/src/bin/auth/auth_srv.cc (original)
+++ branches/feng-authnotify/src/bin/auth/auth_srv.cc Thu Jun 17 12:31:24 2010
@@ -72,7 +72,7 @@
     ModuleCCSession *getConfigSession() { return cs_;}
     void nag(const string &info){
         if (verbose_mode_)
-            cerr << info;
+            cerr << "[AuthSrv] " << info;
     }
     void processQuery(asio_link::UserInfo &userInfo);
 

Modified: branches/feng-authnotify/src/bin/auth/auth_srv.h
==============================================================================
--- branches/feng-authnotify/src/bin/auth/auth_srv.h (original)
+++ branches/feng-authnotify/src/bin/auth/auth_srv.h Thu Jun 17 12:31:24 2010
@@ -49,7 +49,7 @@
     void setConfigSession(isc::config::ModuleCCSession* cs);
 
 private:
-   AuthSrvImpl* impl_;
+    AuthSrvImpl* impl_;
 };
 
 #endif // __AUTH_SRV_H




More information about the bind10-changes mailing list