[asterisk-scf-commits] asterisk-scf/integration/servicediscovery.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Oct 6 18:11:51 CDT 2010
branch "master" has been updated
via 7d4807073f611a1481850f8d9389b4ab1e5badcd (commit)
from 366c80a7f14f368459ffd3d98e140eba6ea76087 (commit)
Summary of changes:
src/ServiceLocator.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 7d4807073f611a1481850f8d9389b4ab1e5badcd
Author: Ken Hunt <ken.hunt at digium.com>
Date: Wed Oct 6 18:11:27 2010 -0500
Added HYDRA_ICEBOX_EXPORT to the create() declaration so that the
service can be run on Windows.
diff --git a/src/ServiceLocator.cpp b/src/ServiceLocator.cpp
index 0a5f37f..113264b 100644
--- a/src/ServiceLocator.cpp
+++ b/src/ServiceLocator.cpp
@@ -186,7 +186,7 @@ void ServiceLocatorApp::stop()
extern "C"
{
- IceBox::Service* create(Ice::CommunicatorPtr communicator)
+ HYDRA_ICEBOX_EXPORT IceBox::Service* create(Ice::CommunicatorPtr communicator)
{
return new ServiceLocatorApp;
}
-----------------------------------------------------------------------
--
asterisk-scf/integration/servicediscovery.git
More information about the asterisk-scf-commits
mailing list