OSDN Git Service

関数名のスペルミス修正
authortsukahara <tsukahara@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Fri, 11 Dec 2009 08:51:19 +0000 (08:51 +0000)
committertsukahara <tsukahara@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Fri, 11 Dec 2009 08:51:19 +0000 (08:51 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel@8993 1ed66053-1c2d-0410-8867-f7571e6e31d3

l7vsd/include/logger_access_manager.h

index b5362ef..164d1d0 100644 (file)
@@ -39,6 +39,7 @@
 #include <boost/thread.hpp>
 #include "appender_property.h"
 #include "logger_implement_access.h"
+#include "wrlock.h"
 
 namespace l7vs{
 
@@ -60,7 +61,7 @@ public:
         const std::string &aclogFilename, 
         error_code& err);
 
-    bool acccess_log_logrotate_parameter_check(
+    bool access_log_logrotate_parameter_check(
         std::map<std::string,std::string>& rotatedata)
     {
         return(true);