diff options
Diffstat (limited to 'google_apis/gcm/base/mcs_util.h')
-rw-r--r-- | google_apis/gcm/base/mcs_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/google_apis/gcm/base/mcs_util.h b/google_apis/gcm/base/mcs_util.h index d125af7..7f92564 100644 --- a/google_apis/gcm/base/mcs_util.h +++ b/google_apis/gcm/base/mcs_util.h @@ -56,6 +56,8 @@ GCM_EXPORT scoped_ptr<mcs_proto::LoginRequest> BuildLoginRequest( // Builds a StreamAck IqStanza message. GCM_EXPORT scoped_ptr<mcs_proto::IqStanza> BuildStreamAck(); +GCM_EXPORT scoped_ptr<mcs_proto::IqStanza> BuildSelectiveAck( + const std::vector<std::string>& acked_ids); // Utility methods for building and identifying MCS protobufs. GCM_EXPORT scoped_ptr<google::protobuf::MessageLite> |