Skip to content

Commit

Permalink
giving AXIOM_ prefix to "header #define protectors" of xpath header f…
Browse files Browse the repository at this point in the history
…iles.

git-svn-id: https://svn.apache.org/repos/asf/webservices/axis2/trunk/c@738008 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Selvaratnam Uthaiyashankar committed Jan 27, 2009
1 parent 51202e9 commit e702966
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions axiom/include/axiom_xpath.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* limitations under the License.
*/

#ifndef XPATH_H
#define XPATH_H
#ifndef AXIOM_XPATH_H
#define AXIOM_XPATH_H

#include <axiom.h>
#include <axis2_util.h>
Expand Down
4 changes: 2 additions & 2 deletions axiom/src/xpath/xpath_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* limitations under the License.
*/

#ifndef XPATH_FUNCTIONS_H
#define XPATH_FUNCTIONS_H
#ifndef AXIOM_XPATH_FUNCTIONS_H
#define AXIOM_XPATH_FUNCTIONS_H

#include <axiom_xpath.h>

Expand Down
4 changes: 2 additions & 2 deletions axiom/src/xpath/xpath_internals.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* limitations under the License.
*/

#ifndef XPATH_INTERNALS_H
#define XPATH_INTERNALS_H
#ifndef AXIOM_XPATH_INTERNALS_H
#define AXIOM_XPATH_INTERNALS_H

#ifdef __cplusplus
extern "C"
Expand Down
4 changes: 2 additions & 2 deletions axiom/src/xpath/xpath_internals_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* limitations under the License.
*/

#ifndef XPATH_INTERNALS_ENGINE_H
#define XPATH_INTERNALS_ENGINE_H
#ifndef AXIOM_XPATH_INTERNALS_ENGINE_H
#define AXIOM_XPATH_INTERNALS_ENGINE_H

#include "xpath_internals.h"

Expand Down
4 changes: 2 additions & 2 deletions axiom/src/xpath/xpath_internals_iterators.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* limitations under the License.
*/

#ifndef XPATH_INTERNALS_ITERATORS_H
#define XPATH_INTERNALS_ITERATORS_H
#ifndef AXIOM_XPATH_INTERNALS_ITERATORS_H
#define AXIOM_XPATH_INTERNALS_ITERATORS_H

#include <axiom_xpath.h>

Expand Down
4 changes: 2 additions & 2 deletions axiom/src/xpath/xpath_internals_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* limitations under the License.
*/

#ifndef XPATH_INTERNALS_PARSER_H
#define XPATH_INTERNALS_PARSER_H
#ifndef AXIOM_XPATH_INTERNALS_PARSER_H
#define AXIOM_XPATH_INTERNALS_PARSER_H

#ifdef __cplusplus
extern "C"
Expand Down
4 changes: 2 additions & 2 deletions axiom/src/xpath/xpath_streaming.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* limitations under the License.
*/

#ifndef XPATH_STREAMING_H
#define XPATH_STREAMING_H
#ifndef AXIOM_XPATH_STREAMING_H
#define AXIOM_XPATH_STREAMING_H

#include "xpath_internals.h"

Expand Down

0 comments on commit e702966

Please sign in to comment.