[asterisk-scf-commits] asterisk-scf/integration/test_channel.git branch "single-api-lib" created.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Jan 13 09:14:31 CST 2011


branch "single-api-lib" has been created
        at  b3f41ed61d129016b88180536ad967adacade764 (commit)

- Log -----------------------------------------------------------------
commit b3f41ed61d129016b88180536ad967adacade764
Author: David M. Lee <dlee at digium.com>
Date:   Wed Jan 12 18:28:14 2011 -0600

    Fix slice #includes

diff --git a/src/MediaEchoThread.h b/src/MediaEchoThread.h
index 6fc87fb..e6d0ea5 100644
--- a/src/MediaEchoThread.h
+++ b/src/MediaEchoThread.h
@@ -7,7 +7,7 @@
  */
 #pragma once
 #include <Ice/Ice.h>
-#include <Media/MediaIf.h>
+#include <AsteriskSCF/Media/MediaIf.h>
 
 namespace AsteriskSCF
 {
diff --git a/src/MediaSession.h b/src/MediaSession.h
index c6196e0..a95faeb 100644
--- a/src/MediaSession.h
+++ b/src/MediaSession.h
@@ -7,7 +7,7 @@
  */
 #pragma once
 #include <Ice/Ice.h>
-#include <Media/MediaIf.h>
+#include <AsteriskSCF/Media/MediaIf.h>
 #include <boost/thread/shared_mutex.hpp>
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include "MediaEchoThread.h"
diff --git a/src/TestEndpoint.cpp b/src/TestEndpoint.cpp
index ab80576..2ce0024 100644
--- a/src/TestEndpoint.cpp
+++ b/src/TestEndpoint.cpp
@@ -28,7 +28,7 @@
 
 #include "Logger.h"
 #include "MediaSession.h"
-#include "CommandsIf.h"
+#include <CommandsIf.h>
 
 
 using namespace AsteriskSCF::TestUtil;

commit 78d578d6b7a2eb331aab6a82839ee9b212adf088
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Fri Jan 7 15:01:11 2011 -0600

    Adjust #includes to use <> and prefix paths with AsteriskSCF.

diff --git a/src/Service.cpp b/src/Service.cpp
index 6212ed9..9ec19e5 100644
--- a/src/Service.cpp
+++ b/src/Service.cpp
@@ -16,8 +16,8 @@
 #include <Ice/Ice.h>
 #include <IceBox/IceBox.h>
 
-#include <Core/Discovery/ServiceLocatorIf.h>
-#include <Core/Routing/RoutingIf.h>
+#include <AsteriskSCF/Core/Discovery/ServiceLocatorIf.h>
+#include <AsteriskSCF/Core/Routing/RoutingIf.h>
 #include "Logger.h"
 #include "TestEndpoint.h"
 
diff --git a/src/TestEndpoint.cpp b/src/TestEndpoint.cpp
index e912020..ab80576 100644
--- a/src/TestEndpoint.cpp
+++ b/src/TestEndpoint.cpp
@@ -20,7 +20,7 @@
 #include <Ice/Ice.h>
 #include <IceUtil/UUID.h>
 
-#include <SessionCommunications/SessionCommunicationsIf.h>
+#include <AsteriskSCF/SessionCommunications/SessionCommunicationsIf.h>
 
 #include <boost/thread/locks.hpp>
 #include <boost/thread/shared_mutex.hpp>
diff --git a/src/TestEndpoint.h b/src/TestEndpoint.h
index 3ff36ab..827efa8 100644
--- a/src/TestEndpoint.h
+++ b/src/TestEndpoint.h
@@ -15,8 +15,8 @@
  */
 #pragma once
 
-#include <Core/Endpoint/EndpointIf.h>
-#include <Core/Routing/RoutingIf.h>
+#include <AsteriskSCF/Core/Endpoint/EndpointIf.h>
+#include <AsteriskSCF/Core/Routing/RoutingIf.h>
 
 #include <boost/thread/shared_mutex.hpp>
 

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


-- 
asterisk-scf/integration/test_channel.git



More information about the asterisk-scf-commits mailing list