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 ma...@apache.org on 2007/03/22 12:18:40 UTC

svn commit: r521217 - /webservices/axis2/trunk/c/rampart/src/util/rampart_context.c

Author: manjula
Date: Thu Mar 22 04:18:39 2007
New Revision: 521217

URL: http://svn.apache.org/viewvc?view=rev&rev=521217
Log:
Fix the  build break in windows.

Modified:
    webservices/axis2/trunk/c/rampart/src/util/rampart_context.c

Modified: webservices/axis2/trunk/c/rampart/src/util/rampart_context.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/util/rampart_context.c?view=diff&rev=521217&r1=521216&r2=521217
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/util/rampart_context.c (original)
+++ webservices/axis2/trunk/c/rampart/src/util/rampart_context.c Thu Mar 22 04:18:39 2007
@@ -1752,9 +1752,6 @@
     else if(axis2_strcmp(identifier,RAMPART_STR_EMBEDDED)==0)
         return rampart_context_is_embedded_token_supported(token,rampart_context,env);
 
-    else if(axis2_strcmp(identifier,RAMPART_STR_THUMB_PRINT)==0)
-        return rampart_context_is_thumb_print_supported(token,rampart_context,env);
-
     else
         return AXIS2_FALSE;
 }



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