#include <ast-details.h>
In order to do a role based matching (which means an according naming) of channels some information of a partner link have to be stored.
Definition at line 311 of file ast-details.h.
Public Member Functions | |
| pPartnerLink (string n, string type, string me, string you) | |
| the constructor | |
| bool | operator== (pPartnerLink &pl) |
| self defined equals-operator | |
Public Attributes | |
| string | name |
| name of the partner link | |
| string | partnerLinkType |
| the partner link type | |
| string | myRole |
| role of the process when using this partner link | |
| string | partnerRole |
| role of the partner when using this partner link | |
1.5.2