[asterisk-scf-commits] asterisk-scf/integration/slice.git branch	"nat-traversal" created.
    Commits to the Asterisk SCF project code repositories 
    asterisk-scf-commits at lists.digium.com
       
    Wed May 18 09:24:23 CDT 2011
    
    
  
branch "nat-traversal" has been created
        at  3921216ef70e789c5b09f5cc79591c0150758d57 (commit)
- Log -----------------------------------------------------------------
commit 3921216ef70e789c5b09f5cc79591c0150758d57
Author: Brent Eagles <beagles at digium.com>
Date:   Wed May 18 11:53:39 2011 -0230
    Add InternalInitializationException to be thrown if/when a configuration error
    occurs.
diff --git a/AsteriskSCF/System/ExceptionsIf.ice b/AsteriskSCF/System/ExceptionsIf.ice
index fc57441..f18a941 100644
--- a/AsteriskSCF/System/ExceptionsIf.ice
+++ b/AsteriskSCF/System/ExceptionsIf.ice
@@ -31,6 +31,11 @@ module V1
     {
     };
 
+    exception InternalInitializationException
+    {
+        string message;
+    };
+
 }; /*  End of V1 */
 
 }; /*  End of System */
-----------------------------------------------------------------------
-- 
asterisk-scf/integration/slice.git
    
    
More information about the asterisk-scf-commits
mailing list