[hydra-commits] hydra/servicediscovery.git branch "master" updated.
Commits to the Hydra project code repositories
hydra-commits at lists.digium.com
Mon Aug 9 11:08:35 CDT 2010
branch "master" has been updated
via f73fb85c94e6ea8ae4c8335257b7107100c6ba88 (commit)
from e768c04d261d1efb3f7c0cac3570e66812bac893 (commit)
Summary of changes:
slice | 2 +-
src/CMakeLists.txt | 4 ++--
src/ServiceLocator.cpp | 4 ++--
src/ServiceLocatorManagement.cpp | 4 ++--
src/ServiceManagement.cpp | 4 ++--
test/CMakeLists.txt | 4 ++--
test/TestServiceLocator.cpp | 4 ++--
7 files changed, 13 insertions(+), 13 deletions(-)
- Log -----------------------------------------------------------------
commit f73fb85c94e6ea8ae4c8335257b7107100c6ba88
Author: Joshua Colp <jcolp at digium.com>
Date: Mon Aug 9 13:24:04 2010 -0300
Update service locator implementation to use renamed files.
diff --git a/slice b/slice
index 5caa209..079ecce 160000
--- a/slice
+++ b/slice
@@ -1 +1 @@
-Subproject commit 5caa209193d349a49ebb6035201e093b68eba945
+Subproject commit 079ecce809a4748542aaea1dda341c5d78f649d9
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d7a331c..7e5c966 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,7 +1,7 @@
# Create the actual standalone service locator component
hydra_component_init(service_locator CXX)
-hydra_component_add_slice(service_locator ServiceLocatorI)
-hydra_component_add_slice(service_locator ServiceLocatorEventsI)
+hydra_component_add_slice(service_locator ServiceLocatorIf)
+hydra_component_add_slice(service_locator ServiceLocatorEventsIf)
hydra_component_add_file(service_locator ServiceLocator.cpp)
hydra_component_add_file(service_locator ServiceLocatorManagement.cpp)
hydra_component_add_file(service_locator ServiceManagement.cpp)
diff --git a/src/ServiceLocator.cpp b/src/ServiceLocator.cpp
index 6493f39..4db5579 100644
--- a/src/ServiceLocator.cpp
+++ b/src/ServiceLocator.cpp
@@ -19,8 +19,8 @@
#include <Ice/Ice.h>
#include <IceStorm/IceStorm.h>
-#include "Core/Discovery/ServiceLocatorI.h"
-#include "Core/Discovery/ServiceLocatorEventsI.h"
+#include "Core/Discovery/ServiceLocatorIf.h"
+#include "Core/Discovery/ServiceLocatorEventsIf.h"
#include "ServiceLocatorManagement.h"
#include "ServiceManagement.h"
diff --git a/src/ServiceLocatorManagement.cpp b/src/ServiceLocatorManagement.cpp
index 6ca2c33..bf25a06 100644
--- a/src/ServiceLocatorManagement.cpp
+++ b/src/ServiceLocatorManagement.cpp
@@ -20,8 +20,8 @@
#include <boost/thread/shared_mutex.hpp>
-#include "Core/Discovery/ServiceLocatorI.h"
-#include "Core/Discovery/ServiceLocatorEventsI.h"
+#include "Core/Discovery/ServiceLocatorIf.h"
+#include "Core/Discovery/ServiceLocatorEventsIf.h"
#include "ServiceLocatorManagement.h"
#include "ServiceManagement.h"
diff --git a/src/ServiceManagement.cpp b/src/ServiceManagement.cpp
index 8aeef74..984d0d8 100644
--- a/src/ServiceManagement.cpp
+++ b/src/ServiceManagement.cpp
@@ -20,8 +20,8 @@
#include <boost/thread/shared_mutex.hpp>
-#include "Core/Discovery/ServiceLocatorI.h"
-#include "Core/Discovery/ServiceLocatorEventsI.h"
+#include "Core/Discovery/ServiceLocatorIf.h"
+#include "Core/Discovery/ServiceLocatorEventsIf.h"
#include "ServiceLocatorManagement.h"
#include "ServiceManagement.h"
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 589bba3..c0665cd 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,7 +1,7 @@
# Create the actual standalone service locator test driver component
hydra_component_init(service_locator_test CXX)
-hydra_component_add_slice(service_locator_test ServiceLocatorI)
-hydra_component_add_slice(service_locator_test ServiceLocatorEventsI)
+hydra_component_add_slice(service_locator_test ServiceLocatorIf)
+hydra_component_add_slice(service_locator_test ServiceLocatorEventsIf)
hydra_component_add_file(service_locator_test TestServiceLocator.cpp)
hydra_component_add_ice_libraries(service_locator_test IceStorm)
hydra_component_add_boost_libraries(service_locator_test unit_test_framework)
diff --git a/test/TestServiceLocator.cpp b/test/TestServiceLocator.cpp
index 4ad6f48..fccdc63 100644
--- a/test/TestServiceLocator.cpp
+++ b/test/TestServiceLocator.cpp
@@ -7,8 +7,8 @@
#include <Ice/Ice.h>
-#include "Core/Discovery/ServiceLocatorI.h"
-#include "Core/Discovery/ServiceLocatorEventsI.h"
+#include "Core/Discovery/ServiceLocatorIf.h"
+#include "Core/Discovery/ServiceLocatorEventsIf.h"
using namespace std;
using namespace Hydra::Core::Discovery::V1;
-----------------------------------------------------------------------
--
hydra/servicediscovery.git
More information about the asterisk-scf-commits
mailing list