~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/thread_context.h

  • Committer: Vijay Samuel
  • Date: 2010-10-15 02:07:26 UTC
  • mto: (1856.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1857.
  • Revision ID: vjsamuel1990@gmail.com-20101015020726-v96ibfvkaldi1e00
Merge added #ifndef tags

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
20
20
 */
21
21
 
 
22
#ifndef CLIENT_THREAD_CONTEXT_H
 
23
#define CLIENT_THREAD_CONTEXT_H
 
24
 
22
25
#include "client_priv.h"
23
26
#include "statement.h"
24
27
#include <string>
62
65
  Statement *stmt;
63
66
  uint64_t limit;
64
67
};
 
68
 
 
69
#endif /* CLIENT_THREAD_CONTEXT_H */