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