~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/conclusions.h

  • Committer: Vijay Samuel
  • Date: 2010-10-15 17:32:27 UTC
  • mto: (1856.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1857.
  • Revision ID: vjsamuel1990@gmail.com-20101015173227-odektt4hijg928zy
Merge added ifndef tags for conclusions.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  along with this program; if not, write to the Free Software
19
19
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
20
20
 */
 
21
#ifndef CLIENT_CONCLUSIONS_H
 
22
#define CLIENT_CONCLUSIONS_H
21
23
 
22
24
#include "client_priv.h"
23
25
#include <string>
246
248
  uint64_t max_rows;
247
249
  uint64_t min_rows;
248
250
};
 
251
 
 
252
#endif