[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
Tue Jan 24 15:23:21 CST 2012


branch "master" has been updated
       via  ddcd69645b91e06540d0b44dfe6f3da459db5542 (commit)
      from  2caccb8646c9ffac4ce4851e8842c8f45582d1e5 (commit)

Summary of changes:
 .../LocatorRegistrationTest.cpp                    |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


- Log -----------------------------------------------------------------
commit ddcd69645b91e06540d0b44dfe6f3da459db5542
Author: Brent Eagles <beagles at digium.com>
Date:   Tue Jan 24 17:53:04 2012 -0330

    Syncing up test for recent changes to ServiceLocator slice

diff --git a/test/LocatorRegistration/LocatorRegistrationTest.cpp b/test/LocatorRegistration/LocatorRegistrationTest.cpp
index 5ce3370..7f84c58 100644
--- a/test/LocatorRegistration/LocatorRegistrationTest.cpp
+++ b/test/LocatorRegistration/LocatorRegistrationTest.cpp
@@ -181,6 +181,15 @@ public:
         }
     }
 
+    AsteriskSCF::Core::Discovery::V1::ServiceLocatorParamsSeq getLocatorParams(const Ice::Current&)
+    {
+        if (!mData->destroy())
+        {
+            throw Ice::ObjectNotExistException(__FILE__, __LINE__);
+        }
+        return AsteriskSCF::Core::Discovery::V1::ServiceLocatorParamsSeq();
+    }
+
 private:
     IceUtil::Handle<RegistrationData> mData;
 };

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


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



More information about the asterisk-scf-commits mailing list