All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Public Member Functions | Friends | List of all members
net::InsertResponse Class Reference

A response message to INSERT requests. A response message to INSERT requests is simply defined through the sequence number assigned by the server to the given DataSet. More...

#include <client_protocol.h>

Inheritance diagram for net::InsertResponse:
Inheritance graph
[legend]
Collaboration diagram for net::InsertResponse:
Collaboration graph
[legend]

Public Member Functions

 InsertResponse (ResponseCode code)
 
void setSequenceNumber (int sn)
 
- Public Member Functions inherited from net::ResponseMessage
 ResponseMessage (ResponseCode code)
 
ResponseCode getResponseCode () const
 

Friends

std::ostream & operator<< (std::ostream &os, const InsertResponse &msg)
 

Additional Inherited Members

- Protected Attributes inherited from net::ResponseMessage
ResponseCode responseCode
 

Detailed Description

A response message to INSERT requests. A response message to INSERT requests is simply defined through the sequence number assigned by the server to the given DataSet.


The documentation for this class was generated from the following files: