[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Sep 22 20:04:36 CDT 2010


branch "master" has been updated
       via  36a57a423c849ff5688d8c4f3569bf3639feed36 (commit)
      from  7e495b0f6f1582eaff817de677ae3ce70fa721fb (commit)

Summary of changes:
 System/Component/ReplicaIf.ice |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 36a57a423c849ff5688d8c4f3569bf3639feed36
Author: Brent Eagles <beagles at digium.com>
Date:   Wed Sep 22 22:31:18 2010 -0230

    Changed active() to isActive().

diff --git a/System/Component/ReplicaIf.ice b/System/Component/ReplicaIf.ice
index a8b9d4a..274da6b 100644
--- a/System/Component/ReplicaIf.ice
+++ b/System/Component/ReplicaIf.ice
@@ -30,11 +30,11 @@ module V1
     interface Replica
     {
         /**
-         * active returns the active status of a replicant. If false, the replica is in
+         * isActive returns the active status of a replicant. If false, the replica is in
          * standby mode.
          * @return true if active, false if in standby mode.
          */
-        bool active();
+        bool isActive();
 
         /**
          * tells the replica object to transition from standby to active mode.

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


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list