[asterisk-scf-commits] asterisk-scf/integration/logger.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Oct 4 17:23:25 CDT 2010


branch "master" has been updated
       via  82932af51583eadae12ad31c5e02139c71410f2c (commit)
      from  17015b83dd68f8986948aa66dcce69ed0bbdbf2f (commit)

Summary of changes:
 client/src/LogOut.h |    2 +-
 client/src/logger.h |    2 +-
 common/Level.h      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
 mode change 100644 => 100755 client/src/LogOut.h
 mode change 100644 => 100755 client/src/logger.h
 mode change 100644 => 100755 common/Level.h


- Log -----------------------------------------------------------------
commit 82932af51583eadae12ad31c5e02139c71410f2c
Author: David M. Lee <dlee at digium.com>
Date:   Mon Oct 4 17:23:22 2010 -0500

    Fixed slice include path for integrated build.

diff --git a/client/src/LogOut.h b/client/src/LogOut.h
old mode 100644
new mode 100755
index 0384926..8a75852
--- a/client/src/LogOut.h
+++ b/client/src/LogOut.h
@@ -10,7 +10,7 @@
 
 #include <string>
 
-#include "LoggerIf.h"
+#include "System/Logger/LoggerIf.h"
 
 namespace AsteriskSCF
 {
diff --git a/client/src/logger.h b/client/src/logger.h
old mode 100644
new mode 100755
index 5e0b458..82f8edf
--- a/client/src/logger.h
+++ b/client/src/logger.h
@@ -12,7 +12,7 @@
 #include <cstdarg>
 #include <memory>
 
-#include "LoggerIf.h"
+#include "System/Logger/LoggerIf.h"
 #include "Level.h"
 #include "LogOut.h"
 
diff --git a/common/Level.h b/common/Level.h
old mode 100644
new mode 100755
index a6f56f5..4a4f5d9
--- a/common/Level.h
+++ b/common/Level.h
@@ -10,7 +10,7 @@
 
 #include <ostream>
 
-#include "LoggerIf.h"
+#include "System/Logger/LoggerIf.h"
 
 namespace AsteriskSCF
 {

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


-- 
asterisk-scf/integration/logger.git



More information about the asterisk-scf-commits mailing list