~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/option_string.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_OPTION_STRING_H
 
23
#define CLIENT_OPTION_STRING_H
 
24
 
22
25
#include "client_priv.h"
23
26
#include <iostream>
24
27
#include <string>
105
108
  size_t option_length;
106
109
  OptionString *next;
107
110
};
 
111
 
 
112
#endif /* CLIENT_OPTION_STRING_H */