From 424e315dfa9a78aebf0653c95f83fe6ed452dd8e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 2 May 2017 21:26:58 +0300 Subject: Add hxx extension for headers and libstud prefix for library dir --- examples/hybrid/dom.cxx | 4 ++-- examples/hybrid/dom.hxx | 4 ++-- examples/hybrid/driver.cxx | 4 ++-- examples/inheritance/driver.cxx | 4 ++-- examples/inheritance/position.cxx | 4 ++-- examples/inheritance/position.hxx | 2 +- examples/performance/driver.cxx | 2 +- examples/persistence/driver.cxx | 4 ++-- examples/persistence/position.cxx | 4 ++-- examples/persistence/position.hxx | 2 +- examples/processing/driver.cxx | 6 +++--- examples/roundtrip/driver.cxx | 4 ++-- examples/xhtml/driver.cxx | 2 +- 13 files changed, 23 insertions(+), 23 deletions(-) (limited to 'examples') diff --git a/examples/hybrid/dom.cxx b/examples/hybrid/dom.cxx index c2ae6fd..5bdefc9 100644 --- a/examples/hybrid/dom.cxx +++ b/examples/hybrid/dom.cxx @@ -1,8 +1,8 @@ // file : examples/hybrid/dom.cxx // copyright : not copyrighted - public domain -#include -#include +#include +#include #include "dom.hxx" diff --git a/examples/hybrid/dom.hxx b/examples/hybrid/dom.hxx index 4d99feb..7897ab3 100644 --- a/examples/hybrid/dom.hxx +++ b/examples/hybrid/dom.hxx @@ -8,8 +8,8 @@ #include #include -#include -#include +#include +#include // A simple, DOM-like in-memory representation of raw XML. It only supports // empty, simple, and complex content (no mixed content) and is not diff --git a/examples/hybrid/driver.cxx b/examples/hybrid/driver.cxx index c1f5a0e..d2789a7 100644 --- a/examples/hybrid/driver.cxx +++ b/examples/hybrid/driver.cxx @@ -4,8 +4,8 @@ #include #include -#include -#include +#include +#include #include "dom.hxx" diff --git a/examples/inheritance/driver.cxx b/examples/inheritance/driver.cxx index c07a0ea..8fc23b1 100644 --- a/examples/inheritance/driver.cxx +++ b/examples/inheritance/driver.cxx @@ -4,8 +4,8 @@ #include #include -#include -#include +#include +#include #include "position.hxx" diff --git a/examples/inheritance/position.cxx b/examples/inheritance/position.cxx index 1123efa..cb16675 100644 --- a/examples/inheritance/position.cxx +++ b/examples/inheritance/position.cxx @@ -3,8 +3,8 @@ #include -#include -#include +#include +#include #include "position.hxx" diff --git a/examples/inheritance/position.hxx b/examples/inheritance/position.hxx index d6f3a3f..37b9f1a 100644 --- a/examples/inheritance/position.hxx +++ b/examples/inheritance/position.hxx @@ -8,7 +8,7 @@ #include #include -#include // xml::{parser,serializer} forward declarations. +#include // xml::{parser,serializer} forward declarations. class position { diff --git a/examples/performance/driver.cxx b/examples/performance/driver.cxx index 403e821..13295ad 100644 --- a/examples/performance/driver.cxx +++ b/examples/performance/driver.cxx @@ -5,7 +5,7 @@ #include #include -#include +#include #include "time.hxx" diff --git a/examples/persistence/driver.cxx b/examples/persistence/driver.cxx index 8792716..ab58982 100644 --- a/examples/persistence/driver.cxx +++ b/examples/persistence/driver.cxx @@ -4,8 +4,8 @@ #include #include -#include -#include +#include +#include #include "position.hxx" diff --git a/examples/persistence/position.cxx b/examples/persistence/position.cxx index a0430b4..554cf7d 100644 --- a/examples/persistence/position.cxx +++ b/examples/persistence/position.cxx @@ -3,8 +3,8 @@ #include -#include -#include +#include +#include #include "position.hxx" diff --git a/examples/persistence/position.hxx b/examples/persistence/position.hxx index fb8c897..aee7e0c 100644 --- a/examples/persistence/position.hxx +++ b/examples/persistence/position.hxx @@ -8,7 +8,7 @@ #include #include -#include // xml::{parser,serializer} forward declarations. +#include // xml::{parser,serializer} forward declarations. enum object_type {building, mountain}; diff --git a/examples/processing/driver.cxx b/examples/processing/driver.cxx index 18950b2..f1f7461 100644 --- a/examples/processing/driver.cxx +++ b/examples/processing/driver.cxx @@ -5,9 +5,9 @@ #include #include -#include -#include -#include +#include +#include +#include using namespace std; using namespace xml; diff --git a/examples/roundtrip/driver.cxx b/examples/roundtrip/driver.cxx index 9b8d512..f2178eb 100644 --- a/examples/roundtrip/driver.cxx +++ b/examples/roundtrip/driver.cxx @@ -5,8 +5,8 @@ #include #include -#include -#include +#include +#include using namespace std; using namespace xml; diff --git a/examples/xhtml/driver.cxx b/examples/xhtml/driver.cxx index d22defc..cb5bd17 100644 --- a/examples/xhtml/driver.cxx +++ b/examples/xhtml/driver.cxx @@ -3,7 +3,7 @@ #include -#include +#include using namespace std; using namespace xml; -- cgit v1.1