X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fconnobject%2FConnectionObject.h;h=ab479e34eb81e0a070653dd5808f7d9d1afb4ea1;hp=6685b702b7be8dd8a150f618042fecb0215dcea9;hb=3a02a0ffe62a3813b75e061252434de658929b1d;hpb=d269801e3d32dbbea14af5f261190ef097635fce diff --git a/source/connobject/ConnectionObject.h b/source/connobject/ConnectionObject.h index 6685b70..ab479e3 100644 --- a/source/connobject/ConnectionObject.h +++ b/source/connobject/ConnectionObject.h @@ -87,7 +87,7 @@ class ConnectionObject{ virtual COServerResponse GetDefaultPrefix(std::string *ServerPrefix) {}; virtual COServerResponse AddContact(std::string Location, std::string Data) {}; virtual COServerResponse EditContact(std::string Location, std::string Data) {}; - virtual COServerResponse DeleteContact(std::string Location, std::string EntityTag) {}; + virtual COServerResponse DeleteContact(std::string Location) {}; virtual COServerResponse GetServerEntityTagValue(std::string Location) {}; virtual COServerResponse GetContact(std::string Location, std::string *PageData) {}; virtual COContactList GetContactList(std::string SyncToken) {};