[asterisk-scf-commits] asterisk-scf/integration/ice-util-cpp.git branch "baserep" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Dec 20 17:27:07 CST 2011


branch "baserep" has been updated
       via  b8037d6ea533f434ad549a4146618f4980722bfe (commit)
      from  03c60235bcd92430db36cb1d60297277514a8016 (commit)

Summary of changes:
 include/AsteriskSCF/Component/Component.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit b8037d6ea533f434ad549a4146618f4980722bfe
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Tue Dec 20 17:26:53 2011 -0600

    Removed inadvertent addition of "virtual" keyword to initialize() method.

diff --git a/include/AsteriskSCF/Component/Component.h b/include/AsteriskSCF/Component/Component.h
index 680530e..ae40e33 100644
--- a/include/AsteriskSCF/Component/Component.h
+++ b/include/AsteriskSCF/Component/Component.h
@@ -281,7 +281,7 @@ private:
      * We just aren't going to let anyone else do this. There
      * are hooks and overrides aplenty. 
      */
-    virtual void initialize();
+    void initialize();
 
     void suspendService(bool shuttingDown);
 

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


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



More information about the asterisk-scf-commits mailing list