~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/client_priv.h

  • Committer: Brian Aker
  • Date: 2011-07-25 04:35:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2373.
  • Revision ID: brian@tangent.org-20110725043553-44g9ti2gm9yl623o
Fedora fix/use fwd header for iostream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
15
15
 
16
16
/* Common defines for all clients */
17
 
#ifndef CLIENT_CLIENT_PRIV_H
18
 
#define CLIENT_CLIENT_PRIV_H
 
17
#pragma once
19
18
 
20
19
#include <config.h>
21
20
#include <libdrizzle/libdrizzle.h>
94
93
  OPT_MAX_CLIENT_OPTION,
95
94
  OPT_SHOW_PROGRESS_SIZE
96
95
};
97
 
 
98
 
#endif /* CLIENT_CLIENT_PRIV_H */