[asterisk-scf-commits] asterisk-scf/release/test_channel.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Jan 7 21:05:09 UTC 2011
branch "master" has been updated
via 78d578d6b7a2eb331aab6a82839ee9b212adf088 (commit)
from 4bca5d0f23c4c5273d8f23f6b934144b49ca089f (commit)
Summary of changes:
src/Service.cpp | 4 ++--
src/TestEndpoint.cpp | 2 +-
src/TestEndpoint.h | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
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/release/test_channel.git
More information about the asterisk-scf-commits
mailing list