You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2013/11/20 00:57:02 UTC

svn commit: r1543656 - /juddi/trunk/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.subscription/SubscriptionCallbackListener.cs

Author: alexoree
Date: Tue Nov 19 23:57:01 2013
New Revision: 1543656

URL: http://svn.apache.org/r1543656
Log:
JUDDI-708 attempting to fix the build on mono/ubuntu

Modified:
    juddi/trunk/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.subscription/SubscriptionCallbackListener.cs

Modified: juddi/trunk/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.subscription/SubscriptionCallbackListener.cs
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.subscription/SubscriptionCallbackListener.cs?rev=1543656&r1=1543655&r2=1543656&view=diff
==============================================================================
--- juddi/trunk/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.subscription/SubscriptionCallbackListener.cs (original)
+++ juddi/trunk/juddi-client.net/juddi-client.net/org.apache.juddi.v3.client.subscription/SubscriptionCallbackListener.cs Tue Nov 19 23:57:01 2013
@@ -64,8 +64,8 @@ namespace org.apache.juddi.v3.client.sub
         //DOES NOT WORK ON MONO 
        // Name = "SubscriptionCallbackListener",
        // Namespace = "org.apache.juddi.v3.client.subscription",
-        IncludeExceptionDetailInFaults = false, InstanceContextMode = InstanceContextMode.Single, ValidateMustUnderstand = false,
-       // AddressFilterMode = AddressFilterMode.Any
+        IncludeExceptionDetailInFaults = false, InstanceContextMode = InstanceContextMode.Single, ValidateMustUnderstand = false
+       // ,AddressFilterMode = AddressFilterMode.Any
         )]
     public class SubscriptionCallbackListener : UDDI_SubscriptionListener_PortType
     {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org