myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [2748] Added elements to the TODO list


From: Giuseppe Scrivano
Subject: [myserver-commit] [2748] Added elements to the TODO list
Date: Wed, 13 Aug 2008 22:29:38 +0000

Revision: 2748
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=2748
Author:   gscrivano
Date:     2008-08-13 22:29:37 +0000 (Wed, 13 Aug 2008)

Log Message:
-----------
Added elements to the TODO list

Modified Paths:
--------------
    trunk/myserver/TODO
    trunk/myserver/src/dyn_filters_manager.cpp

Modified: trunk/myserver/TODO
===================================================================
--- trunk/myserver/TODO 2008-08-13 19:37:05 UTC (rev 2747)
+++ trunk/myserver/TODO 2008-08-13 22:29:37 UTC (rev 2748)
@@ -8,6 +8,7 @@
 
 *      Security mechanism: SECURE ONE FILE with "security".
 **     Add more functionality to "security".
+**     Usage of XPath.
 
 *      Deny and allow ACCESS by ip, browser, etc.
 **     Provide this functionality for "security".
@@ -26,11 +27,11 @@
 
 *      Documentation Improvements
 **     Translation of the documentation to other languages.
-**     XML based documentation scripting
+**     XML based documentation scripting.
+**     Write texinfo documentation.
 **     Write MyServer chroot section into docs.
 **     Add information about error codes to MyServer documentation.
 
-
 *      Configurability.
 **     Show http_dir: Last modified, etc (rewrite html code).
 **     Provide Bity, KB, MB, GB, TB for the show http_dir.

Modified: trunk/myserver/src/dyn_filters_manager.cpp
===================================================================
--- trunk/myserver/src/dyn_filters_manager.cpp  2008-08-13 19:37:05 UTC (rev 
2747)
+++ trunk/myserver/src/dyn_filters_manager.cpp  2008-08-13 22:29:37 UTC (rev 
2748)
@@ -28,17 +28,14 @@
 
 using namespace std;
 
-
-
 /*!
  *Construct the object.
  */
 DynamicFiltersManager::DynamicFiltersManager() : 
   PluginsNamespaceManager(string("filters"))
 {
-    counter = 0;
-    counterMutex.init();
-
+  counter = 0;
+  counterMutex.init();
 }
 
 /*!
@@ -79,7 +76,7 @@
   counterMutex.lock();
   filter->setId(counter++);
   counterMutex.unlock();
-  
+
   return filter; 
 }
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]