myserver-commit
[Top][All Lists]
Advanced

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

[myserver-commit] [SCM] GNU MyServer branch, master, updated. ad630c409e


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. ad630c409e343aee0151da846d9344855106a42e
Date: Sun, 01 Nov 2009 20:13:43 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  ad630c409e343aee0151da846d9344855106a42e (commit)
      from  a69b53898bcdab9811c26ee17fdcd5bf48f92140 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit ad630c409e343aee0151da846d9344855106a42e
Author: Giuseppe Scrivano <address@hidden>
Date:   Sun Nov 1 21:13:51 2009 +0100

    Mass update: include "stdafx.h" not <stdafx.h>.

diff --git a/myserver/tests/main.cpp b/myserver/tests/main.cpp
index 1c020f7..c2eef43 100644
--- a/myserver/tests/main.cpp
+++ b/myserver/tests/main.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 
 #undef open
 #undef close
diff --git a/myserver/tests/test_auth_domain.cpp 
b/myserver/tests/test_auth_domain.cpp
index 374f531..a6dc7a8 100644
--- a/myserver/tests/test_auth_domain.cpp
+++ b/myserver/tests/test_auth_domain.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_base64.cpp b/myserver/tests/test_base64.cpp
index ceab1a9..e603d7c 100644
--- a/myserver/tests/test_base64.cpp
+++ b/myserver/tests/test_base64.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_bitvec.cpp b/myserver/tests/test_bitvec.cpp
index 2ce7b5e..35e818a 100644
--- a/myserver/tests/test_bitvec.cpp
+++ b/myserver/tests/test_bitvec.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
 #include <cppunit/ui/text/TestRunner.h>
diff --git a/myserver/tests/test_cached_file.cpp 
b/myserver/tests/test_cached_file.cpp
index daa0577..05459d2 100644
--- a/myserver/tests/test_cached_file.cpp
+++ b/myserver/tests/test_cached_file.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/ui/text/TestRunner.h>
 #include <cppunit/extensions/HelperMacros.h>
diff --git a/myserver/tests/test_cached_file_buffer.cpp 
b/myserver/tests/test_cached_file_buffer.cpp
index 9adc1af..ccf9ee8 100644
--- a/myserver/tests/test_cached_file_buffer.cpp
+++ b/myserver/tests/test_cached_file_buffer.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/ui/text/TestRunner.h>
 #include <cppunit/extensions/HelperMacros.h>
diff --git a/myserver/tests/test_cached_file_factory.cpp 
b/myserver/tests/test_cached_file_factory.cpp
index 3528dd2..f8c3488 100644
--- a/myserver/tests/test_cached_file_factory.cpp
+++ b/myserver/tests/test_cached_file_factory.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
 #include <cppunit/ui/text/TestRunner.h>
diff --git a/myserver/tests/test_connection.cpp 
b/myserver/tests/test_connection.cpp
index 935ac19..45217fc 100644
--- a/myserver/tests/test_connection.cpp
+++ b/myserver/tests/test_connection.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_connections_scheduler.cpp 
b/myserver/tests/test_connections_scheduler.cpp
index dc8835f..d7653c6 100644
--- a/myserver/tests/test_connections_scheduler.cpp
+++ b/myserver/tests/test_connections_scheduler.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_crypt_algo_manager.cpp 
b/myserver/tests/test_crypt_algo_manager.cpp
index 897e0bd..6c8dc47 100644
--- a/myserver/tests/test_crypt_algo_manager.cpp
+++ b/myserver/tests/test_crypt_algo_manager.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <include/base/crypt/crypt_algo_manager.h>
 #include <include/base/crypt/md5.h>
 
diff --git a/myserver/tests/test_file.cpp b/myserver/tests/test_file.cpp
index 03d86f5..716191c 100644
--- a/myserver/tests/test_file.cpp
+++ b/myserver/tests/test_file.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
 #include <cppunit/ui/text/TestRunner.h>
diff --git a/myserver/tests/test_file_stream.cpp 
b/myserver/tests/test_file_stream.cpp
index 394c84b..64a2947 100644
--- a/myserver/tests/test_file_stream.cpp
+++ b/myserver/tests/test_file_stream.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <list>
 #include <string>
 
diff --git a/myserver/tests/test_file_stream_creator.cpp 
b/myserver/tests/test_file_stream_creator.cpp
index 891843f..25a644b 100644
--- a/myserver/tests/test_file_stream_creator.cpp
+++ b/myserver/tests/test_file_stream_creator.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <list>
 #include <string>
 
diff --git a/myserver/tests/test_files_utility.cpp 
b/myserver/tests/test_files_utility.cpp
index f810cd3..9137827 100644
--- a/myserver/tests/test_files_utility.cpp
+++ b/myserver/tests/test_files_utility.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
 #include <cppunit/ui/text/TestRunner.h>
diff --git a/myserver/tests/test_filter_chain.cpp 
b/myserver/tests/test_filter_chain.cpp
index ad50510..6d039f6 100644
--- a/myserver/tests/test_filter_chain.cpp
+++ b/myserver/tests/test_filter_chain.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <include/filter/stream.h>
 #include <include/filter/gzip/gzip.h>
 #include <include/filter/gzip/gzip_decompress.h>
diff --git a/myserver/tests/test_fork_server.cpp 
b/myserver/tests/test_fork_server.cpp
index fe9e368..65f469e 100644
--- a/myserver/tests/test_fork_server.cpp
+++ b/myserver/tests/test_fork_server.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <include/base/process/fork_server.h>
 #include <include/base/process/process.h>
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_ftp.cpp b/myserver/tests/test_ftp.cpp
index c1d08c5..3146dc0 100644
--- a/myserver/tests/test_ftp.cpp
+++ b/myserver/tests/test_ftp.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <include/protocol/ftp/ftp.h>
 #include <include/base/mem_buff/mem_buff.h>
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_gzip.cpp b/myserver/tests/test_gzip.cpp
index d02dd8d..6013954 100644
--- a/myserver/tests/test_gzip.cpp
+++ b/myserver/tests/test_gzip.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <include/filter/gzip/gzip.h>
 #include <include/filter/gzip/gzip_decompress.h>
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_hashmap.cpp b/myserver/tests/test_hashmap.cpp
index 96f3f73..3c2f1b0 100644
--- a/myserver/tests/test_hashmap.cpp
+++ b/myserver/tests/test_hashmap.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <include/base/hash_map/hash_map.h>
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_homedir.cpp b/myserver/tests/test_homedir.cpp
index 09b041f..90b1760 100644
--- a/myserver/tests/test_homedir.cpp
+++ b/myserver/tests/test_homedir.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <include/base/home_dir/home_dir.h>
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_http_req_security_domain.cpp 
b/myserver/tests/test_http_req_security_domain.cpp
index 3a2ed27..67bb38d 100644
--- a/myserver/tests/test_http_req_security_domain.cpp
+++ b/myserver/tests/test_http_req_security_domain.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <string.h>
diff --git a/myserver/tests/test_http_request.cpp 
b/myserver/tests/test_http_request.cpp
index 55c9f89..5c70416 100644
--- a/myserver/tests/test_http_request.cpp
+++ b/myserver/tests/test_http_request.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <string.h>
diff --git a/myserver/tests/test_http_response.cpp 
b/myserver/tests/test_http_response.cpp
index d0c02ff..62fe6a9 100644
--- a/myserver/tests/test_http_response.cpp
+++ b/myserver/tests/test_http_response.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <string.h>
diff --git a/myserver/tests/test_ip.cpp b/myserver/tests/test_ip.cpp
index 58e7bfa..c3240e9 100644
--- a/myserver/tests/test_ip.cpp
+++ b/myserver/tests/test_ip.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <include/conf/vhost/ip.h>
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_log_manager.cpp 
b/myserver/tests/test_log_manager.cpp
index 0705255..fd08f38 100644
--- a/myserver/tests/test_log_manager.cpp
+++ b/myserver/tests/test_log_manager.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <list>
 #include <string>
 
diff --git a/myserver/tests/test_log_stream_factory.cpp 
b/myserver/tests/test_log_stream_factory.cpp
index d1093bd..22fd6f2 100644
--- a/myserver/tests/test_log_stream_factory.cpp
+++ b/myserver/tests/test_log_stream_factory.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <list>
 #include <string>
 
diff --git a/myserver/tests/test_md5.cpp b/myserver/tests/test_md5.cpp
index ee65b14..6de4e59 100644
--- a/myserver/tests/test_md5.cpp
+++ b/myserver/tests/test_md5.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <include/base/crypt/md5.h>
 
 #include <ctype.h>
diff --git a/myserver/tests/test_mem_buff.cpp b/myserver/tests/test_mem_buff.cpp
index 229ad9e..5d72d63 100644
--- a/myserver/tests/test_mem_buff.cpp
+++ b/myserver/tests/test_mem_buff.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_mem_stream.cpp 
b/myserver/tests/test_mem_stream.cpp
index 617230f..77601bb 100644
--- a/myserver/tests/test_mem_stream.cpp
+++ b/myserver/tests/test_mem_stream.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <include/filter/memory_stream.h>
diff --git a/myserver/tests/test_mime_manager.cpp 
b/myserver/tests/test_mime_manager.cpp
index 805a049..31b06a2 100644
--- a/myserver/tests/test_mime_manager.cpp
+++ b/myserver/tests/test_mime_manager.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_multicast.cpp 
b/myserver/tests/test_multicast.cpp
index 8e39cac..f9dcec0 100644
--- a/myserver/tests/test_multicast.cpp
+++ b/myserver/tests/test_multicast.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_mutex.cpp b/myserver/tests/test_mutex.cpp
index 7df4ba0..07fcbbf 100644
--- a/myserver/tests/test_mutex.cpp
+++ b/myserver/tests/test_mutex.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_nodetree.cpp b/myserver/tests/test_nodetree.cpp
index 683292e..57cbe3b 100644
--- a/myserver/tests/test_nodetree.cpp
+++ b/myserver/tests/test_nodetree.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_pipe.cpp b/myserver/tests/test_pipe.cpp
index 7232d8f..bd8a4b2 100644
--- a/myserver/tests/test_pipe.cpp
+++ b/myserver/tests/test_pipe.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_plugin_info.cpp 
b/myserver/tests/test_plugin_info.cpp
index afe1a80..d2cc1ce 100644
--- a/myserver/tests/test_plugin_info.cpp
+++ b/myserver/tests/test_plugin_info.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_read_directory.cpp 
b/myserver/tests/test_read_directory.cpp
index 67ee81f..ec1209d 100644
--- a/myserver/tests/test_read_directory.cpp
+++ b/myserver/tests/test_read_directory.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <include/base/read_directory/read_directory.h>
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_recursive_mutex.cpp 
b/myserver/tests/test_recursive_mutex.cpp
index 4dd5018..f8f4c83 100644
--- a/myserver/tests/test_recursive_mutex.cpp
+++ b/myserver/tests/test_recursive_mutex.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_regex.cpp b/myserver/tests/test_regex.cpp
index 5d8c29a..61ae3b9 100644
--- a/myserver/tests/test_regex.cpp
+++ b/myserver/tests/test_regex.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <include/base/regex/myserver_regex.h>
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_safetime.cpp b/myserver/tests/test_safetime.cpp
index ea7633a..2615b8e 100644
--- a/myserver/tests/test_safetime.cpp
+++ b/myserver/tests/test_safetime.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_security_cache.cpp 
b/myserver/tests/test_security_cache.cpp
index 00b59e5..d60fc18 100644
--- a/myserver/tests/test_security_cache.cpp
+++ b/myserver/tests/test_security_cache.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_security_domain.cpp 
b/myserver/tests/test_security_domain.cpp
index 7ebfe01..78995b7 100644
--- a/myserver/tests/test_security_domain.cpp
+++ b/myserver/tests/test_security_domain.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_security_manager.cpp 
b/myserver/tests/test_security_manager.cpp
index 8540a05..6574958 100644
--- a/myserver/tests/test_security_manager.cpp
+++ b/myserver/tests/test_security_manager.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_security_token.cpp 
b/myserver/tests/test_security_token.cpp
index dfe3b3e..f41931a 100644
--- a/myserver/tests/test_security_token.cpp
+++ b/myserver/tests/test_security_token.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_semaphore.cpp 
b/myserver/tests/test_semaphore.cpp
index 03bba15..4103c0f 100644
--- a/myserver/tests/test_semaphore.cpp
+++ b/myserver/tests/test_semaphore.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_sha1.cpp b/myserver/tests/test_sha1.cpp
index a2ef398..1cb0e7e 100644
--- a/myserver/tests/test_sha1.cpp
+++ b/myserver/tests/test_sha1.cpp
@@ -14,7 +14,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <include/base/crypt/sha1.h>
 
 #include <ctype.h>
diff --git a/myserver/tests/test_slab.cpp b/myserver/tests/test_slab.cpp
index b3426b5..6c76a13 100644
--- a/myserver/tests/test_slab.cpp
+++ b/myserver/tests/test_slab.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_socket.cpp b/myserver/tests/test_socket.cpp
index 7dfc79a..9a685bd 100644
--- a/myserver/tests/test_socket.cpp
+++ b/myserver/tests/test_socket.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_socket_pair.cpp 
b/myserver/tests/test_socket_pair.cpp
index ff0cd9b..fbde66b 100644
--- a/myserver/tests/test_socket_pair.cpp
+++ b/myserver/tests/test_socket_pair.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 
 #include <include/base/socket_pair/socket_pair.h>
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_socket_stream_creator.cpp 
b/myserver/tests/test_socket_stream_creator.cpp
index 8e92950..3b037b4 100644
--- a/myserver/tests/test_socket_stream_creator.cpp
+++ b/myserver/tests/test_socket_stream_creator.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <stdafx.h>
+#include "stdafx.h"
 
 #include <list>
 #include <string>
diff --git a/myserver/tests/test_ssl_socket.cpp 
b/myserver/tests/test_ssl_socket.cpp
index 394ef70..755a89b 100644
--- a/myserver/tests/test_ssl_socket.cpp
+++ b/myserver/tests/test_ssl_socket.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 
 #define TESTSERVERPEM "server.pem"
 #define TESTSERVERKEY "server.key"
diff --git a/myserver/tests/test_thread.cpp b/myserver/tests/test_thread.cpp
index fd465de..49ef47a 100644
--- a/myserver/tests/test_thread.cpp
+++ b/myserver/tests/test_thread.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 
 #include <ctype.h>
 
diff --git a/myserver/tests/test_unix_socket.cpp 
b/myserver/tests/test_unix_socket.cpp
index 64200f8..f8d9572 100644
--- a/myserver/tests/test_unix_socket.cpp
+++ b/myserver/tests/test_unix_socket.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 
 #include <include/base/socket_pair/socket_pair.h>
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_url.cpp b/myserver/tests/test_url.cpp
index 776d5f5..de3d740 100644
--- a/myserver/tests/test_url.cpp
+++ b/myserver/tests/test_url.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_utility.cpp b/myserver/tests/test_utility.cpp
index 5aadf24..26003ed 100644
--- a/myserver/tests/test_utility.cpp
+++ b/myserver/tests/test_utility.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 
 #include <ctype.h>
 
diff --git a/myserver/tests/test_validator.cpp 
b/myserver/tests/test_validator.cpp
index 7de8301..9f8cdec 100644
--- a/myserver/tests/test_validator.cpp
+++ b/myserver/tests/test_validator.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 
 #include <ctype.h>
 
diff --git a/myserver/tests/test_validator_factory.cpp 
b/myserver/tests/test_validator_factory.cpp
index 5e3f247..ab124ac 100644
--- a/myserver/tests/test_validator_factory.cpp
+++ b/myserver/tests/test_validator_factory.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 
 #include <ctype.h>
 
diff --git a/myserver/tests/test_xml.cpp b/myserver/tests/test_xml.cpp
index 5113e38..6265790 100644
--- a/myserver/tests/test_xml.cpp
+++ b/myserver/tests/test_xml.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_xml_main_configuration.cpp 
b/myserver/tests/test_xml_main_configuration.cpp
index c9e89fc..7322de1 100644
--- a/myserver/tests/test_xml_main_configuration.cpp
+++ b/myserver/tests/test_xml_main_configuration.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 
 #include <include/conf/main/xml_main_configuration.h>
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_xml_validator.cpp 
b/myserver/tests/test_xml_validator.cpp
index 2249523..0162e91 100644
--- a/myserver/tests/test_xml_validator.cpp
+++ b/myserver/tests/test_xml_validator.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdafx.h>
+#include "stdafx.h"
 
 #include <ctype.h>
 

-----------------------------------------------------------------------

Summary of changes:
 myserver/tests/main.cpp                          |    2 +-
 myserver/tests/test_auth_domain.cpp              |    2 +-
 myserver/tests/test_base64.cpp                   |    2 +-
 myserver/tests/test_bitvec.cpp                   |    2 +-
 myserver/tests/test_cached_file.cpp              |    2 +-
 myserver/tests/test_cached_file_buffer.cpp       |    2 +-
 myserver/tests/test_cached_file_factory.cpp      |    2 +-
 myserver/tests/test_connection.cpp               |    2 +-
 myserver/tests/test_connections_scheduler.cpp    |    2 +-
 myserver/tests/test_crypt_algo_manager.cpp       |    2 +-
 myserver/tests/test_file.cpp                     |    2 +-
 myserver/tests/test_file_stream.cpp              |    2 +-
 myserver/tests/test_file_stream_creator.cpp      |    2 +-
 myserver/tests/test_files_utility.cpp            |    2 +-
 myserver/tests/test_filter_chain.cpp             |    2 +-
 myserver/tests/test_fork_server.cpp              |    2 +-
 myserver/tests/test_ftp.cpp                      |    2 +-
 myserver/tests/test_gzip.cpp                     |    2 +-
 myserver/tests/test_hashmap.cpp                  |    2 +-
 myserver/tests/test_homedir.cpp                  |    2 +-
 myserver/tests/test_http_req_security_domain.cpp |    2 +-
 myserver/tests/test_http_request.cpp             |    2 +-
 myserver/tests/test_http_response.cpp            |    2 +-
 myserver/tests/test_ip.cpp                       |    2 +-
 myserver/tests/test_log_manager.cpp              |    2 +-
 myserver/tests/test_log_stream_factory.cpp       |    2 +-
 myserver/tests/test_md5.cpp                      |    2 +-
 myserver/tests/test_mem_buff.cpp                 |    2 +-
 myserver/tests/test_mem_stream.cpp               |    2 +-
 myserver/tests/test_mime_manager.cpp             |    2 +-
 myserver/tests/test_multicast.cpp                |    2 +-
 myserver/tests/test_mutex.cpp                    |    2 +-
 myserver/tests/test_nodetree.cpp                 |    2 +-
 myserver/tests/test_pipe.cpp                     |    2 +-
 myserver/tests/test_plugin_info.cpp              |    2 +-
 myserver/tests/test_read_directory.cpp           |    2 +-
 myserver/tests/test_recursive_mutex.cpp          |    2 +-
 myserver/tests/test_regex.cpp                    |    2 +-
 myserver/tests/test_safetime.cpp                 |    2 +-
 myserver/tests/test_security_cache.cpp           |    2 +-
 myserver/tests/test_security_domain.cpp          |    2 +-
 myserver/tests/test_security_manager.cpp         |    2 +-
 myserver/tests/test_security_token.cpp           |    2 +-
 myserver/tests/test_semaphore.cpp                |    2 +-
 myserver/tests/test_sha1.cpp                     |    2 +-
 myserver/tests/test_slab.cpp                     |    2 +-
 myserver/tests/test_socket.cpp                   |    2 +-
 myserver/tests/test_socket_pair.cpp              |    2 +-
 myserver/tests/test_socket_stream_creator.cpp    |    2 +-
 myserver/tests/test_ssl_socket.cpp               |    2 +-
 myserver/tests/test_thread.cpp                   |    2 +-
 myserver/tests/test_unix_socket.cpp              |    2 +-
 myserver/tests/test_url.cpp                      |    2 +-
 myserver/tests/test_utility.cpp                  |    2 +-
 myserver/tests/test_validator.cpp                |    2 +-
 myserver/tests/test_validator_factory.cpp        |    2 +-
 myserver/tests/test_xml.cpp                      |    2 +-
 myserver/tests/test_xml_main_configuration.cpp   |    2 +-
 myserver/tests/test_xml_validator.cpp            |    2 +-
 59 files changed, 59 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

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