|
@ -16,8 +16,11 @@ namespace pEp { |
|
|
public: |
|
|
public: |
|
|
Identity(); |
|
|
Identity(); |
|
|
Identity(const Identity& second); |
|
|
Identity(const Identity& second); |
|
|
|
|
|
Identity(pEp_identity *ident); |
|
|
~Identity(); |
|
|
~Identity(); |
|
|
operator pEp_identity *(); |
|
|
operator pEp_identity *(); |
|
|
|
|
|
void attach(pEp_identity *ident); |
|
|
|
|
|
pEp_identity *detach(); |
|
|
|
|
|
|
|
|
void address(string value) { str_attr(_ident->address, value); } |
|
|
void address(string value) { str_attr(_ident->address, value); } |
|
|
string address() { return str_attr(_ident->address); } |
|
|
string address() { return str_attr(_ident->address); } |
|
|