Renamed all .h files into .hpp (so that Sublime Text selects C++ syntax)

This commit is contained in:
Benoit Blanchon
2014-10-19 15:46:36 +02:00
parent 074c39ca5b
commit 0daf82eee2
49 changed files with 91 additions and 132 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#include "ArduinoJson/Internals/JsonWriter.h"
#include "ArduinoJson/Internals/JsonWriter.hpp"
namespace ArduinoJson
{

View File

@ -5,7 +5,7 @@
#pragma once
#include "../Arduino/Print.h"
#include "../Arduino/Print.hpp"
namespace ArduinoJson
{

View File

@ -1,6 +1,6 @@
#pragma once
#include "JsonNode.h"
#include "JsonNode.hpp"
namespace ArduinoJson
{

View File

@ -1,6 +1,6 @@
#pragma once
#include "JsonNode.h"
#include "JsonNode.hpp"
namespace ArduinoJson
{

View File

@ -1,6 +1,6 @@
#pragma once
#include "JsonNode.h"
#include "JsonNode.hpp"
namespace ArduinoJson
{

View File

@ -1,6 +1,6 @@
#pragma once
#include "../Arduino/Print.h"
#include "../Arduino/Print.hpp"
namespace ArduinoJson
{

View File

@ -1,7 +1,7 @@
#pragma once
#include "JsonWriter.h"
#include "IndentedPrint.h"
#include "JsonWriter.hpp"
#include "IndentedPrint.hpp"
namespace ArduinoJson
{

View File

@ -5,7 +5,7 @@
#pragma once
#include "../Arduino/Print.h"
#include "../Arduino/Print.hpp"
namespace ArduinoJson
{

View File

@ -5,7 +5,7 @@
#pragma once
#include "../Arduino/Print.h"
#include "../Arduino/Print.hpp"
namespace ArduinoJson
{

View File

@ -1,6 +1,6 @@
#pragma once
#include "JsonContainer.h"
#include "JsonContainer.hpp"
namespace ArduinoJson
{

View File

@ -1,7 +1,7 @@
#pragma once
#include "JsonArray.h"
#include "JsonObject.h"
#include "JsonArray.hpp"
#include "JsonObject.hpp"
namespace ArduinoJson
{

View File

@ -1,10 +1,10 @@
#pragma once
#include "Arduino/Printable.h"
#include "Internals/JsonNodeIterator.h"
#include "Internals/JsonNode.h"
#include "Internals/IndentedPrint.h"
#include "Internals/JsonNodeWrapper.h"
#include "Arduino/Printable.hpp"
#include "Internals/JsonNodeIterator.hpp"
#include "Internals/JsonNode.hpp"
#include "Internals/IndentedPrint.hpp"
#include "Internals/JsonNodeWrapper.hpp"
namespace ArduinoJson
{

View File

@ -1,6 +1,6 @@
#pragma once
#include "JsonContainer.h"
#include "JsonContainer.hpp"
namespace ArduinoJson
{

View File

@ -1,6 +1,6 @@
#pragma once
#include "Internals/JsonNodeWrapper.h"
#include "Internals/JsonNodeWrapper.hpp"
namespace ArduinoJson
{

View File

@ -1,7 +1,7 @@
#pragma once
#include "JsonBuffer.h"
#include "JsonObject.h"
#include "JsonBuffer.hpp"
#include "JsonObject.hpp"
namespace ArduinoJson
{