[asterisk-scf-commits] asterisk-scf/release/sip.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Oct 4 12:08:16 CDT 2011
branch "master" has been updated
via 030ca07ce06155cc17518f07099650ab7b862d4a (commit)
from d1c51b7c05833b65bffdc3599253dd6690580d34 (commit)
Summary of changes:
src/Component.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 030ca07ce06155cc17518f07099650ab7b862d4a
Author: Ken Hunt <ken.hunt at digium.com>
Date: Tue Oct 4 12:07:29 2011 -0500
Passing the component's ComponentService discovery category to the base Component (in constructor), namespace flattening was causing it to select the wrong category.
diff --git a/src/Component.cpp b/src/Component.cpp
index 1d63c04..37e6a7f 100644
--- a/src/Component.cpp
+++ b/src/Component.cpp
@@ -112,7 +112,7 @@ class Component : public AsteriskSCF::Component::Component
{
public:
Component()
- : AsteriskSCF::Component::Component(lg, ComponentServiceDiscoveryCategory),
+ : AsteriskSCF::Component::Component(lg, AsteriskSCF::SIP::V1::ComponentServiceDiscoveryCategory),
mListeningToReplicator(false)
{
}
-----------------------------------------------------------------------
--
asterisk-scf/release/sip.git
More information about the asterisk-scf-commits
mailing list