[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "queue-shutdown" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Jun 24 16:26:54 CDT 2011
branch "queue-shutdown" has been updated
via e3ec1c045fcd9198a1460ed15113b4d5c09ab813 (commit)
from f6073fff0cdda2017d9cb15fe137e53bb595f444 (commit)
Summary of changes:
AsteriskSCF/System/WorkQueue/WorkQueueIf.ice | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit e3ec1c045fcd9198a1460ed15113b4d5c09ab813
Author: Mark Michelson <mmichelson at digium.com>
Date: Fri Jun 24 16:23:00 2011 -0500
Change shutDown to shutdown
diff --git a/AsteriskSCF/System/WorkQueue/WorkQueueIf.ice b/AsteriskSCF/System/WorkQueue/WorkQueueIf.ice
index 7de0cb4..72ed1b9 100644
--- a/AsteriskSCF/System/WorkQueue/WorkQueueIf.ice
+++ b/AsteriskSCF/System/WorkQueue/WorkQueueIf.ice
@@ -109,7 +109,7 @@ module V1
* Signals the queue that no further work shall be added
* or executed.
*/
- void shutDown() throws ShuttingDown;
+ void shutdown() throws ShuttingDown;
};
/**
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list