[asterisk-scf-commits] asterisk-scf/release/servicediscovery.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Apr 22 12:27:25 CDT 2011
branch "master" has been updated
via a5b096d44c9c247cc17f020f3c8702e68c81e86c (commit)
from 9d2c897e6ba8aba446b53a61ef8c64f488eb72b0 (commit)
Summary of changes:
test/TestServiceLocator.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit a5b096d44c9c247cc17f020f3c8702e68c81e86c
Author: Brent Eagles <beagles at digium.com>
Date: Fri Apr 22 14:56:56 2011 -0230
Add ASTERISK_SCF_ICEBOX_EXPORT to the IceBox entry point
diff --git a/test/TestServiceLocator.cpp b/test/TestServiceLocator.cpp
index e52e1fc..85a8cbf 100644
--- a/test/TestServiceLocator.cpp
+++ b/test/TestServiceLocator.cpp
@@ -761,7 +761,7 @@ void ServiceLocatorTest::stop()
extern "C"
{
-IceBox::Service* create(Ice::CommunicatorPtr)
+ASTERISK_SCF_ICEBOX_EXPORT IceBox::Service* create(Ice::CommunicatorPtr)
{
return new ServiceLocatorTest;
}
-----------------------------------------------------------------------
--
asterisk-scf/release/servicediscovery.git
More information about the asterisk-scf-commits
mailing list