~ubuntu-branches/ubuntu/maverick/openldap/maverick-proposed

« back to all changes in this revision

Viewing changes to contrib/ldapc++/src/SaslInteractionHandler.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20090907134110-jsdrvn0atu1fex4m
Tags: upstream-2.4.18
ImportĀ upstreamĀ versionĀ 2.4.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// $OpenLDAP: pkg/ldap/contrib/ldapc++/src/SaslInteractionHandler.cpp,v 1.3.2.2 2008/04/14 23:09:26 quanah Exp $
 
1
// $OpenLDAP: pkg/ldap/contrib/ldapc++/src/SaslInteractionHandler.cpp,v 1.3.2.3 2009/07/22 19:50:57 quanah Exp $
2
2
/*
3
3
 * Copyright 2007, OpenLDAP Foundation, All Rights Reserved.
4
4
 * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
11
11
 
12
12
#ifdef HAVE_TERMIOS_H
13
13
#include <termios.h>
 
14
#include <cstdio>
14
15
#endif
15
16
 
16
17
#include <string.h>