Fix Krazy warnings about improper include guard in SSH.

Change-Id: Iacbbdecc7fb3b4d9042c1306f877908a803c29f8
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Friedemann Kleint
2013-03-15 12:33:36 +01:00
parent 409ff7c3ac
commit 9347f08533
8 changed files with 22 additions and 22 deletions

View File

@@ -27,8 +27,8 @@
** **
****************************************************************************/ ****************************************************************************/
#ifndef SFTCHANNEL_H #ifndef SFTPCHANNEL_H
#define SFTCHANNEL_H #define SFTPCHANNEL_H
#include "sftpdefs.h" #include "sftpdefs.h"
#include "sftpincomingpacket_p.h" #include "sftpincomingpacket_p.h"

View File

@@ -27,8 +27,8 @@
** **
****************************************************************************/ ****************************************************************************/
#ifndef SFTCHANNEL_P_H #ifndef SFTPCHANNEL_P_H
#define SFTCHANNEL_P_H #define SFTPCHANNEL_P_H
#include "sftpdefs.h" #include "sftpdefs.h"
#include "sftpincomingpacket_p.h" #include "sftpincomingpacket_p.h"

View File

@@ -27,8 +27,8 @@
** **
****************************************************************************/ ****************************************************************************/
#ifndef BYTEARRAYCONVERSIONS_P_H #ifndef SSHBOTANCONVERSIONS_P_H
#define BYTEARRAYCONVERSIONS_P_H #define SSHBOTANCONVERSIONS_P_H
#include "sshcapabilities_p.h" #include "sshcapabilities_p.h"
@@ -95,4 +95,4 @@ inline quint32 botanHMacKeyLen(const QByteArray &rfcAlgoName)
} // namespace Internal } // namespace Internal
} // namespace QSsh } // namespace QSsh
#endif // BYTEARRAYCONVERSIONS_P_H #endif // SSHBOTANCONVERSIONS_P_H

View File

@@ -27,8 +27,8 @@
** **
****************************************************************************/ ****************************************************************************/
#ifndef SSHCHANNELLAYER_P_H #ifndef SSHCHANNELMANAGER_P_H
#define SSHCHANNELLAYER_P_H #define SSHCHANNELMANAGER_P_H
#include <QHash> #include <QHash>
#include <QObject> #include <QObject>
@@ -97,4 +97,4 @@ private:
} // namespace Internal } // namespace Internal
} // namespace QSsh } // namespace QSsh
#endif // SSHCHANNELLAYER_P_H #endif // SSHCHANNELMANAGER_P_H

View File

@@ -27,8 +27,8 @@
** **
****************************************************************************/ ****************************************************************************/
#ifndef SSHABSTRACTCRYPTOFACILITY_P_H #ifndef SSHCRYPTOFACILITY_P_H
#define SSHABSTRACTCRYPTOFACILITY_P_H #define SSHCRYPTOFACILITY_P_H
#include <botan/botan.h> #include <botan/botan.h>
@@ -139,4 +139,4 @@ private:
} // namespace Internal } // namespace Internal
} // namespace QSsh } // namespace QSsh
#endif // SSHABSTRACTCRYPTOFACILITY_P_H #endif // SSHCRYPTOFACILITY_P_H

View File

@@ -26,8 +26,8 @@
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
** **
****************************************************************************/ ****************************************************************************/
#ifndef DIRECTTCPIPCHANNEL_P_H #ifndef SSHDIRECTTCPIPTUNNEL_P_H
#define DIRECTTCPIPCHANNEL_P_H #define SSHDIRECTTCPIPTUNNEL_P_H
#include "sshchannel_p.h" #include "sshchannel_p.h"
@@ -78,4 +78,4 @@ private:
} // namespace Internal } // namespace Internal
} // namespace QSsh } // namespace QSsh
#endif // DIRECTTCPIPCHANNEL_P_H #endif // SSHDIRECTTCPIPTUNNEL_P_H

View File

@@ -27,8 +27,8 @@
** **
****************************************************************************/ ****************************************************************************/
#ifndef SSHREMOTECOMMAND_H #ifndef SSHREMOTEPROCESS_H
#define SSHREMOTECOMMAND_H #define SSHREMOTEPROCESS_H
#include "ssh_global.h" #include "ssh_global.h"
@@ -124,4 +124,4 @@ private:
} // namespace QSsh } // namespace QSsh
#endif // SSHREMOTECOMMAND_H #endif // SSHREMOTEPROCESS_H

View File

@@ -27,8 +27,8 @@
** **
****************************************************************************/ ****************************************************************************/
#ifndef SSHCONNECTIONOUTSTATE_P_H #ifndef SSHSENDFACILITY_P_H
#define SSHCONNECTIONOUTSTATE_P_H #define SSHSENDFACILITY_P_H
#include "sshcryptofacility_p.h" #include "sshcryptofacility_p.h"
#include "sshoutgoingpacket_p.h" #include "sshoutgoingpacket_p.h"
@@ -98,4 +98,4 @@ private:
} // namespace Internal } // namespace Internal
} // namespace QSsh } // namespace QSsh
#endif // SSHCONNECTIONOUTSTATE_P_H #endif // SSHSENDFACILITY_P_H