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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Jun 6 18:50:12 CDT 2011


branch "party-identification" has been updated
       via  4ea5bf560ecbf5ed035723baf8237fb68a1a4acd (commit)
      from  c0f30288943ddde320151dfcc42a997ed48599c8 (commit)

Summary of changes:
 .../ISDNPartyIdentificationIf.ice                  |  136 +++++-----
 .../PartyIdentificationIf.ice                      |  296 ++++++++++----------
 2 files changed, 216 insertions(+), 216 deletions(-)


- Log -----------------------------------------------------------------
commit 4ea5bf560ecbf5ed035723baf8237fb68a1a4acd
Author: Joshua Colp <jcolp at digium.com>
Date:   Mon Jun 6 20:52:50 2011 -0300

    Style guideline changes.

diff --git a/AsteriskSCF/SessionCommunications/ISDNPartyIdentificationIf.ice b/AsteriskSCF/SessionCommunications/ISDNPartyIdentificationIf.ice
index 4fc93d1..82fb0fe 100644
--- a/AsteriskSCF/SessionCommunications/ISDNPartyIdentificationIf.ice
+++ b/AsteriskSCF/SessionCommunications/ISDNPartyIdentificationIf.ice
@@ -30,74 +30,74 @@ module PartyIdentification
 ["suppress"]
 module V1
 {
-   /**
-    * ISDN derived class for name part of party identification
-    */
-   unsliceable class IsdnName extends Name
-   {
-       /**
-	* Q.931 Presentation-indicator
-	*/
-       int presentation;
-
-       /**
-	* Q.931 Screening-indicator
-	*/
-       int screening;
-   };
-
-   /**
-    * ISDN derived class for number part of party identification
-    */
-   unsliceable class IsdnNumber extends Number
-   {
-       /**
-	* Q.931 Presentation-indicator
-	*/
-       int presentation;
-
-       /**
-	* Q.931 Screening-indicator
-	*/
-       int screening;
-
-       /**
-	* Q.931 Type-of-number
-	*/
-       int type_of_number;
-
-       /**
-	* Q.931 Numbering-plan
-	*/
-       int numbering_plan;
-   };
-
-   /**
-    * ISDN derived class for combined identity
-    */
-   unsliceable class IsdnId extends Id
-   {
-       /**
-	* Subaddress, if present
-	*/
-       Number subaddress;
-   };
-
-   /**
-    * ISDN derived class for calling party information
-    */
-   unsliceable class IsdnCaller extends Caller
-   {
-       /**
-	* ANI identity information
-	*/
-       Id ani;
-
-       /**
-	* ANI2 value
-	*/
-       int ani2;
-   };
+    /**
+     * ISDN derived class for name part of party identification
+     */
+    unsliceable class IsdnName extends Name
+    {
+	/**
+	 * Q.931 Presentation-indicator
+	 */
+	int presentation;
+
+	/**
+	 * Q.931 Screening-indicator
+	 */
+	int screening;
+    };
+
+    /**
+     * ISDN derived class for number part of party identification
+     */
+    unsliceable class IsdnNumber extends Number
+    {
+	/**
+	 * Q.931 Presentation-indicator
+	 */
+	int presentation;
+
+	/**
+	 * Q.931 Screening-indicator
+	 */
+	int screening;
+
+	/**
+	 * Q.931 Type-of-number
+	 */
+	int type_of_number;
+
+	/**
+	 * Q.931 Numbering-plan
+	 */
+	int numbering_plan;
+    };
+
+    /**
+     * ISDN derived class for combined identity
+     */
+    unsliceable class IsdnId extends Id
+    {
+	/**
+	 * Subaddress, if present
+	 */
+	Number subaddress;
+    };
+
+    /**
+     * ISDN derived class for calling party information
+     */
+    unsliceable class IsdnCaller extends Caller
+    {
+	/**
+	 * ANI identity information
+	 */
+	Id ani;
+
+	/**
+	 * ANI2 value
+	 */
+	int ani2;
+    };
 
 }; /* End of module V1 */
 
diff --git a/AsteriskSCF/SessionCommunications/PartyIdentificationIf.ice b/AsteriskSCF/SessionCommunications/PartyIdentificationIf.ice
index a1b4abe..7046ec2 100644
--- a/AsteriskSCF/SessionCommunications/PartyIdentificationIf.ice
+++ b/AsteriskSCF/SessionCommunications/PartyIdentificationIf.ice
@@ -28,154 +28,154 @@ module PartyIdentification
 ["suppress"]
 module V1
 {
-   /**
-    * String representation of the version of this interface
-    */
-   const string Version = "V1";
-
-   /**
-    * Base class for name part of party identification
-    */
-   unsliceable class Name
-   {
-       /**
-	* String representation of the name
-	*/
-       string partyName;
-   };
-
-   /**
-    * Base class for number part of party identification
-    */
-   unsliceable class Number
-   {
-       /**
-	* String representation of the number
-	*/
-       string partyNumber;
-   };
-
-   /**
-    * Base class for combined identity of name and number
-    */
-   unsliceable class Id
-   {
-       /**
-	* Name of the party
-	*/
-       Name partyName;
-
-       /**
-	* Number of the party
-	*/
-       Number partyNumber;
-   };
-
-   /**
-    * A sequence of identities
-    */
-   sequence<Id> IdSeq;
-
-   /**
-    * Base class for dialed party information
-    */
-   unsliceable class Dialed
-   {
-       /**
-	* Number that was dialed
-	*/
-       Number partyNumber;
-   };
-
-   /**
-    * Base class for calling party information
-    */
-   unsliceable class Caller
-   {
-       /**
-	* Identities of the caller
-	*/
-       IdSeq ids;
-   };
-
-   /**
-    * Derived class for connected line information, currently exactly like Caller
-    */
-   unsliceable class ConnectedLine extends Caller
-   {
-   };
-
-   /**
-    * Base class for redirecting information
-    */
-   unsliceable class Redirecting
-   {
-       /**
-	* Party identification information for who the session is being redirected away from
-	*/
-       Id from;
-
-       /**
-	* Party identification information for who the session is being redirected to
-	*/
-       Id to;
-
-       /**
-	* Number of times the session has been redirected
-	*/
-       int count;
-   };
-
-   /**
-    * Interface for party identification retrieval and setting
-    */
-   interface IdentificationManager
-   {
-       /**
-	* Method which retrieves caller party identification information
-	*
-	* @return Concrete class containing caller party information
-	*
-	* @see Caller
-	*/
-       idempotent Caller getCaller();
-
-       /**
-	* Method which retrieves dialed party identification information
-	*
-	* @return Concrete class containing dialed party information
-	*
-	* @see Dialed
-	*/
-       idempotent Dialed getDialed();
-
-       /**
-	* Method which retrieves redirecting party identification information
-	*
-	* @return Concrete class containing redirecting party information
-	*
-	* @see Redirecting
-	*/
-       idempotent Redirecting getRedirecting();
-
-       /**
-	* Method which updates connected line party information
-	*
-	* @param party Connected line party information
-	*
-	* @see ConnectedLine
-	*/
-       void updateConnectedLine(ConnectedLine party);
-
-       /**
-	* Method which updates redirecting party information
-	*
-	* @param party Redirecting party information
-	*
-	* @see Redirecting
-	*/
-       void updateRedirecting(Redirecting party);
-   };
+    /**
+     * String representation of the version of this interface
+     */
+    const string Version = "V1";
+
+    /**
+     * Base class for name part of party identification
+     */
+    unsliceable class Name
+    {
+	/**
+	 * String representation of the name
+	 */
+	string partyName;
+    };
+
+    /**
+     * Base class for number part of party identification
+     */
+    unsliceable class Number
+    {
+	/**
+	 * String representation of the number
+	 */
+	string partyNumber;
+    };
+
+    /**
+     * Base class for combined identity of name and number
+     */
+    unsliceable class Id
+    {
+	/**
+	 * Name of the party
+	 */
+	Name partyName;
+
+	/**
+	 * Number of the party
+	 */
+	Number partyNumber;
+    };
+
+    /**
+     * A sequence of identities
+     */
+    sequence<Id> IdSeq;
+
+    /**
+     * Base class for dialed party information
+     */
+    unsliceable class Dialed
+    {
+	/**
+	 * Number that was dialed
+	 */
+	Number partyNumber;
+    };
+
+    /**
+     * Base class for calling party information
+     */
+    unsliceable class Caller
+    {
+	/**
+	 * Identities of the caller
+	 */
+	IdSeq ids;
+    };
+
+    /**
+     * Derived class for connected line information, currently exactly like Caller
+     */
+    unsliceable class ConnectedLine extends Caller
+    {
+    };
+
+    /**
+     * Base class for redirecting information
+     */
+    unsliceable class Redirecting
+    {
+	/**
+	 * Party identification information for who the session is being redirected away from
+	 */
+	Id from;
+
+	/**
+	 * Party identification information for who the session is being redirected to
+	 */
+	Id to;
+
+	/**
+	 * Number of times the session has been redirected
+	 */
+	int count;
+    };
+
+    /**
+     * Interface for party identification retrieval and setting
+     */
+    interface IdentificationManager
+    {
+	/**
+	 * Method which retrieves caller party identification information
+	 *
+	 * @return Concrete class containing caller party information
+	 *
+	 * @see Caller
+	 */
+	idempotent Caller getCaller();
+
+	/**
+	 * Method which retrieves dialed party identification information
+	 *
+	 * @return Concrete class containing dialed party information
+	 *
+	 * @see Dialed
+	 */
+	idempotent Dialed getDialed();
+
+	/**
+	 * Method which retrieves redirecting party identification information
+	 *
+	 * @return Concrete class containing redirecting party information
+	 *
+	 * @see Redirecting
+	 */
+	idempotent Redirecting getRedirecting();
+
+	/**
+	 * Method which updates connected line party information
+	 *
+	 * @param party Connected line party information
+	 *
+	 * @see ConnectedLine
+	 */
+	void updateConnectedLine(ConnectedLine party);
+
+	/**
+	 * Method which updates redirecting party information
+	 *
+	 * @param party Redirecting party information
+	 *
+	 * @see Redirecting
+	 */
+	void updateRedirecting(Redirecting party);
+    };
 
 }; /* End of module V1 */
 

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


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list