libi2ncommon: (tomj) fixed namespace name and one header include
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 9 Apr 2008 16:10:44 +0000 (16:10 +0000)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 9 Apr 2008 16:10:44 +0000 (16:10 +0000)
src/daemonfunc.cpp
src/daemonfunc.hpp
test/test_filefunc.cpp

index 680ef96..7500754 100644 (file)
 
 #include <string>
 #include <stdexcept>
-#include "daemonfunc.hxx"
+#include "daemonfunc.hpp"
 #include "stringfunc.hxx"
 #include "filefunc.hxx"
 
 
 namespace I2n
 {
-namespace daemon
+namespace Daemon
 {
 
 using namespace std;
index e8698b7..8d402bf 100644 (file)
@@ -13,7 +13,7 @@
 /// Collection of functions for daemons
 namespace I2n
 {
-namespace daemon
+namespace Daemon
 {
 void daemonize();
 
index e011060..e5fd252 100644 (file)
@@ -247,7 +247,7 @@ class TestFileFunc : public TestFixture
         
         void TestPidOf1()
         {
-            using I2n::daemon::pid_of;
+            using I2n::Daemon::pid_of;
             
             std::vector< pid_t > pid_list;