~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/conclusions.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-04 08:13:04 UTC
  • mfrom: (2384 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110804081304-rlejjpvoos17bjdf
Merge trunk

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
 
 
22
#pragma once
23
23
 
24
24
#include "client_priv.h"
25
25
#include <string>
26
 
#include <iostream>
 
26
#include <iosfwd>
27
27
 
28
28
class Conclusions 
29
29
{
248
248
  uint64_t max_rows;
249
249
  uint64_t min_rows;
250
250
};
251
 
 
252
 
#endif /* CLIENT_CONCLUSIONS_H */