You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/04/18 13:01:11 UTC

svn commit: r529974 - in /webservices/axis2/scratch/c/neethi/include: neethi_all.h neethi_assertion.h neethi_constants.h neethi_engine.h neethi_exactlyone.h neethi_includes.h neethi_operator.h neethi_policy.h neethi_reference.h neethi_registry.h

Author: samisa
Date: Wed Apr 18 04:01:10 2007
New Revision: 529974

URL: http://svn.apache.org/viewvc?view=rev&rev=529974
Log:
Fixed constant prefix

Modified:
    webservices/axis2/scratch/c/neethi/include/neethi_all.h
    webservices/axis2/scratch/c/neethi/include/neethi_assertion.h
    webservices/axis2/scratch/c/neethi/include/neethi_constants.h
    webservices/axis2/scratch/c/neethi/include/neethi_engine.h
    webservices/axis2/scratch/c/neethi/include/neethi_exactlyone.h
    webservices/axis2/scratch/c/neethi/include/neethi_includes.h
    webservices/axis2/scratch/c/neethi/include/neethi_operator.h
    webservices/axis2/scratch/c/neethi/include/neethi_policy.h
    webservices/axis2/scratch/c/neethi/include/neethi_reference.h
    webservices/axis2/scratch/c/neethi/include/neethi_registry.h

Modified: webservices/axis2/scratch/c/neethi/include/neethi_all.h
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/include/neethi_all.h?view=diff&rev=529974&r1=529973&r2=529974
==============================================================================
--- webservices/axis2/scratch/c/neethi/include/neethi_all.h (original)
+++ webservices/axis2/scratch/c/neethi/include/neethi_all.h Wed Apr 18 04:01:10 2007
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#ifndef POLICY_ALL_H
-#define POLICY_ALL_H
+#ifndef NEETHI_ALL_H
+#define NEETHI_ALL_H
 
 
 /**
@@ -69,4 +69,4 @@
 }
 #endif
 
-#endif                          /* POLICY_ALL_H */
+#endif                          /* NEETHI_ALL_H */

Modified: webservices/axis2/scratch/c/neethi/include/neethi_assertion.h
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/include/neethi_assertion.h?view=diff&rev=529974&r1=529973&r2=529974
==============================================================================
--- webservices/axis2/scratch/c/neethi/include/neethi_assertion.h (original)
+++ webservices/axis2/scratch/c/neethi/include/neethi_assertion.h Wed Apr 18 04:01:10 2007
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#ifndef POLICY_ASSERTION_H
-#define POLICY_ASSERTION_H
+#ifndef NEETHI_ASSERTION_H
+#define NEETHI_ASSERTION_H
 
 
 /**
@@ -114,4 +114,4 @@
 }
 #endif
 
-#endif                          /* POLICY_ASSERTION_H */
+#endif                          /* NEETHI_ASSERTION_H */

Modified: webservices/axis2/scratch/c/neethi/include/neethi_constants.h
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/include/neethi_constants.h?view=diff&rev=529974&r1=529973&r2=529974
==============================================================================
--- webservices/axis2/scratch/c/neethi/include/neethi_constants.h (original)
+++ webservices/axis2/scratch/c/neethi/include/neethi_constants.h Wed Apr 18 04:01:10 2007
@@ -15,17 +15,17 @@
  * limitations under the License.
  */
 
-#ifndef POLICY_CONSTANTS_H
-#define POLICY_CONSTANTS_H
+#ifndef NEETHI_CONSTANTS_H
+#define NEETHI_CONSTANTS_H
 
 
-#define POLICY_EXACTLYONE "ExactlyOne"
-#define POLICY_ALL "All"
-#define POLICY_POLICY "Policy"
-#define POLICY_REFERENCE "PolicyReference"
-#define POLICY_URI "URI"
-#define POLICY_NAMESPACE "http://schemas.xmlsoap.org/ws/2004/09/policy"
-#define POLICY_PREFIX "wsp"
+#define NEETHI_EXACTLYONE "ExactlyOne"
+#define NEETHI_ALL "All"
+#define NEETHI_POLICY "Policy"
+#define NEETHI_REFERENCE "PolicyReference"
+#define NEETHI_URI "URI"
+#define NEETHI_NAMESPACE "http://schemas.xmlsoap.org/ws/2004/09/policy"
+#define NEETHI_PREFIX "wsp"
 
 /**
 * @file policy_constants.h
@@ -42,4 +42,4 @@
 }
 #endif
 
-#endif /*POLICY_INCLUDES_H*/
+#endif /*NEETHI_INCLUDES_H*/

Modified: webservices/axis2/scratch/c/neethi/include/neethi_engine.h
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/include/neethi_engine.h?view=diff&rev=529974&r1=529973&r2=529974
==============================================================================
--- webservices/axis2/scratch/c/neethi/include/neethi_engine.h (original)
+++ webservices/axis2/scratch/c/neethi/include/neethi_engine.h Wed Apr 18 04:01:10 2007
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#ifndef POLICY_ENGINE_H
-#define POLICY_ENGINE_H
+#ifndef NEETHI_ENGINE_H
+#define NEETHI_ENGINE_H
 
 
 /**
@@ -70,4 +70,4 @@
 }
 #endif
 
-#endif                          /* POLICY_ENGINE_H */
+#endif                          /* NEETHI_ENGINE_H */

Modified: webservices/axis2/scratch/c/neethi/include/neethi_exactlyone.h
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/include/neethi_exactlyone.h?view=diff&rev=529974&r1=529973&r2=529974
==============================================================================
--- webservices/axis2/scratch/c/neethi/include/neethi_exactlyone.h (original)
+++ webservices/axis2/scratch/c/neethi/include/neethi_exactlyone.h Wed Apr 18 04:01:10 2007
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#ifndef POLICY_EXACTLYONE_H
-#define POLICY_EXACTLYONE_H
+#ifndef NEETHI_EXACTLYONE_H
+#define NEETHI_EXACTLYONE_H
 
 
 /**
@@ -69,4 +69,4 @@
 }
 #endif
 
-#endif                          /* POLICY_EXACTLYONE_H */
+#endif                          /* NEETHI_EXACTLYONE_H */

Modified: webservices/axis2/scratch/c/neethi/include/neethi_includes.h
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/include/neethi_includes.h?view=diff&rev=529974&r1=529973&r2=529974
==============================================================================
--- webservices/axis2/scratch/c/neethi/include/neethi_includes.h (original)
+++ webservices/axis2/scratch/c/neethi/include/neethi_includes.h Wed Apr 18 04:01:10 2007
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#ifndef POLICY_INCLUDES_H
-#define POLICY_INCLUDES_H
+#ifndef NEETHI_INCLUDES_H
+#define NEETHI_INCLUDES_H
 
 #include <stdio.h>
 #include <axis2_util.h>
@@ -51,4 +51,4 @@
 }
 #endif
 
-#endif /*POLICY_INCLUDES_H*/
+#endif /*NEETHI_INCLUDES_H*/

Modified: webservices/axis2/scratch/c/neethi/include/neethi_operator.h
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/include/neethi_operator.h?view=diff&rev=529974&r1=529973&r2=529974
==============================================================================
--- webservices/axis2/scratch/c/neethi/include/neethi_operator.h (original)
+++ webservices/axis2/scratch/c/neethi/include/neethi_operator.h Wed Apr 18 04:01:10 2007
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#ifndef POLICY_OPERATOR_H
-#define POLICY_OPERATOR_H
+#ifndef NEETHI_OPERATOR_H
+#define NEETHI_OPERATOR_H
 
 
 /**
@@ -75,4 +75,4 @@
 }
 #endif
 
-#endif                          /* POLICY_OPERATOR_H */
+#endif                          /* NEETHI_OPERATOR_H */

Modified: webservices/axis2/scratch/c/neethi/include/neethi_policy.h
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/include/neethi_policy.h?view=diff&rev=529974&r1=529973&r2=529974
==============================================================================
--- webservices/axis2/scratch/c/neethi/include/neethi_policy.h (original)
+++ webservices/axis2/scratch/c/neethi/include/neethi_policy.h Wed Apr 18 04:01:10 2007
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#ifndef POLICY_H
-#define POLICY_H
+#ifndef NEETHI_H
+#define NEETHI_H
 
 
 /**
@@ -81,4 +81,4 @@
 }
 #endif
 
-#endif                          /* POLICY_H */
+#endif                          /* NEETHI_H */

Modified: webservices/axis2/scratch/c/neethi/include/neethi_reference.h
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/include/neethi_reference.h?view=diff&rev=529974&r1=529973&r2=529974
==============================================================================
--- webservices/axis2/scratch/c/neethi/include/neethi_reference.h (original)
+++ webservices/axis2/scratch/c/neethi/include/neethi_reference.h Wed Apr 18 04:01:10 2007
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#ifndef POLICY_REFERENCE_H
-#define POLICY_REFERENCE_H
+#ifndef NEETHI_REFERENCE_H
+#define NEETHI_REFERENCE_H
 
 
 /**
@@ -60,4 +60,4 @@
 }
 #endif
 
-#endif                          /* POLICY_REFERENCE_H */
+#endif                          /* NEETHI_REFERENCE_H */

Modified: webservices/axis2/scratch/c/neethi/include/neethi_registry.h
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/include/neethi_registry.h?view=diff&rev=529974&r1=529973&r2=529974
==============================================================================
--- webservices/axis2/scratch/c/neethi/include/neethi_registry.h (original)
+++ webservices/axis2/scratch/c/neethi/include/neethi_registry.h Wed Apr 18 04:01:10 2007
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#ifndef POLICY_REGISTRY_H
-#define POLICY_REGISTRY_H
+#ifndef NEETHI_REGISTRY_H
+#define NEETHI_REGISTRY_H
 
 
 /**
@@ -63,4 +63,4 @@
 }
 #endif
 
-#endif                          /* POLICY_REGISTRY_H*/
+#endif                          /* NEETHI_REGISTRY_H*/



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org