You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sh...@apache.org on 2009/01/27 06:44:23 UTC

svn commit: r738008 - in /webservices/axis2/trunk/c/axiom: include/ src/xpath/

Author: shankar
Date: Tue Jan 27 05:44:23 2009
New Revision: 738008

URL: http://svn.apache.org/viewvc?rev=738008&view=rev
Log:
giving AXIOM_ prefix to "header #define protectors" of xpath header files.

Modified:
    webservices/axis2/trunk/c/axiom/include/axiom_xpath.h
    webservices/axis2/trunk/c/axiom/src/xpath/xpath_functions.h
    webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals.h
    webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_engine.h
    webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_iterators.h
    webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_parser.h
    webservices/axis2/trunk/c/axiom/src/xpath/xpath_streaming.h

Modified: webservices/axis2/trunk/c/axiom/include/axiom_xpath.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_xpath.h?rev=738008&r1=738007&r2=738008&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_xpath.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_xpath.h Tue Jan 27 05:44:23 2009
@@ -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>

Modified: webservices/axis2/trunk/c/axiom/src/xpath/xpath_functions.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/xpath/xpath_functions.h?rev=738008&r1=738007&r2=738008&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/xpath/xpath_functions.h (original)
+++ webservices/axis2/trunk/c/axiom/src/xpath/xpath_functions.h Tue Jan 27 05:44:23 2009
@@ -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>
 

Modified: webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals.h?rev=738008&r1=738007&r2=738008&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals.h (original)
+++ webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals.h Tue Jan 27 05:44:23 2009
@@ -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"

Modified: webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_engine.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_engine.h?rev=738008&r1=738007&r2=738008&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_engine.h (original)
+++ webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_engine.h Tue Jan 27 05:44:23 2009
@@ -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"
 

Modified: webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_iterators.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_iterators.h?rev=738008&r1=738007&r2=738008&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_iterators.h (original)
+++ webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_iterators.h Tue Jan 27 05:44:23 2009
@@ -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>
 

Modified: webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_parser.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_parser.h?rev=738008&r1=738007&r2=738008&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_parser.h (original)
+++ webservices/axis2/trunk/c/axiom/src/xpath/xpath_internals_parser.h Tue Jan 27 05:44:23 2009
@@ -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"

Modified: webservices/axis2/trunk/c/axiom/src/xpath/xpath_streaming.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/xpath/xpath_streaming.h?rev=738008&r1=738007&r2=738008&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/xpath/xpath_streaming.h (original)
+++ webservices/axis2/trunk/c/axiom/src/xpath/xpath_streaming.h Tue Jan 27 05:44:23 2009
@@ -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"