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/02/21 03:27:07 UTC

svn commit: r509867 - /webservices/axis2/trunk/c/rampart/include/oxs_token_transform.h

Author: samisa
Date: Tue Feb 20 18:27:06 2007
New Revision: 509867

URL: http://svn.apache.org/viewvc?view=rev&rev=509867
Log:
Fixed the #define directive. Thanks to Dave Meier for pointing this out

Modified:
    webservices/axis2/trunk/c/rampart/include/oxs_token_transform.h

Modified: webservices/axis2/trunk/c/rampart/include/oxs_token_transform.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/include/oxs_token_transform.h?view=diff&rev=509867&r1=509866&r2=509867
==============================================================================
--- webservices/axis2/trunk/c/rampart/include/oxs_token_transform.h (original)
+++ webservices/axis2/trunk/c/rampart/include/oxs_token_transform.h Tue Feb 20 18:27:06 2007
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#ifndef OXS_TRANSFORM_H
-#define OXS_TRANSFORM_H
+#ifndef OXS_TOKEN_TRANSFORM_H
+#define OXS_TOKEN_TRANSFORM_H
 
 
 /**
@@ -51,4 +51,4 @@
 }
 #endif
 
-#endif                          /* OXS_TRANSFORM_H */
+#endif                          /* OXS_TOKEN_TRANSFORM_H */



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