[asterisk-scf-commits] asterisk-scf/release/ice-util-cpp.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon May 23 17:13:45 CDT 2011


branch "master" has been updated
       via  4e628d126cdbdcce2d0e45206f0c02bbbc1eaef7 (commit)
      from  0baaf07a662a1157210edfceac5c510cd07e7ed7 (commit)

Summary of changes:
 .../CollocatedIceStorm/CollocatedIceStorm.h        |    2 +-
 src/CollocatedIceStorm/CollocatedIceStorm.cpp      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 4e628d126cdbdcce2d0e45206f0c02bbbc1eaef7
Author: Joshua Colp <jcolp at digium.com>
Date:   Mon May 23 19:15:37 2011 -0300

    Add required exports as the great Mark Michelson said.

diff --git a/include/AsteriskSCF/CollocatedIceStorm/CollocatedIceStorm.h b/include/AsteriskSCF/CollocatedIceStorm/CollocatedIceStorm.h
index f135838..02ea2b4 100644
--- a/include/AsteriskSCF/CollocatedIceStorm/CollocatedIceStorm.h
+++ b/include/AsteriskSCF/CollocatedIceStorm/CollocatedIceStorm.h
@@ -32,7 +32,7 @@ namespace CollocatedIceStorm
  * a separate process to access IceStorm services.
  */
 
-class CollocatedIceStorm : public IceUtil::Shared
+class ASTERISK_SCF_ICEBOX_EXPORT CollocatedIceStorm : public IceUtil::Shared
 {
 public:
     CollocatedIceStorm(const std::string&, const Ice::PropertiesPtr&);
diff --git a/src/CollocatedIceStorm/CollocatedIceStorm.cpp b/src/CollocatedIceStorm/CollocatedIceStorm.cpp
index 8903918..e3fe6c2 100644
--- a/src/CollocatedIceStorm/CollocatedIceStorm.cpp
+++ b/src/CollocatedIceStorm/CollocatedIceStorm.cpp
@@ -69,7 +69,7 @@ CollocatedIceStorm::~CollocatedIceStorm()
     }
 }
 
-void CollocatedIceStorm::stop()
+ASTERISK_SCF_ICEBOX_EXPORT void CollocatedIceStorm::stop()
 {
     //
     // NOTE: there isn't any mutex protection here. It can be added later if needed, but at the moment multiple threads

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


-- 
asterisk-scf/release/ice-util-cpp.git



More information about the asterisk-scf-commits mailing list