Skip to content

Commit

Permalink
QNX fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Apr 20, 2017
1 parent e22e5a9 commit c5e08bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions platform/Foundation/include/Poco/FPEnvironment_QNX.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
//
// FPEnvironment_C99.h
// FPEnvironment_QNX.h
//
// $Id: //poco/1.4/Foundation/include/Poco/FPEnvironment_C99.h#1 $
// $Id: //poco/1.4/Foundation/include/Poco/FPEnvironment_QNX.h#1 $
//
// Library: Foundation
// Package: Core
// Module: FPEnvironment
//
// Definitions of class FPEnvironmentImpl for C99.
// Definitions of class FPEnvironmentImpl for QNX.
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
Expand All @@ -16,8 +16,8 @@
//


#ifndef Foundation_FPEnvironment_C99_INCLUDED
#define Foundation_FPEnvironment_C99_INCLUDED
#ifndef Foundation_FPEnvironment_QNX_INCLUDED
#define Foundation_FPEnvironment_QNX_INCLUDED


#include "Poco/Foundation.h"
Expand Down Expand Up @@ -132,4 +132,4 @@ inline double FPEnvironmentImpl::copySignImpl(double target, double source)
} // namespace Poco


#endif // Foundation_FPEnvironment_C99_INCLUDED
#endif // Foundation_FPEnvironment_QNX_INCLUDED
6 changes: 3 additions & 3 deletions platform/Foundation/src/FPEnvironment_QNX.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// FPEnvironment_C99.cpp
// FPEnvironment_QNX.cpp
//
// $Id: //poco/1.4/Foundation/src/FPEnvironment_C99.cpp#1 $
// $Id: //poco/1.4/Foundation/src/FPEnvironment_QNX.cpp#1 $
//
// Library: Foundation
// Package: Core
Expand All @@ -14,7 +14,7 @@
//


#include "Poco/FPEnvironment_C99.h"
#include "Poco/FPEnvironment_QNX.h"


namespace Poco {
Expand Down

0 comments on commit c5e08bc

Please sign in to comment.