Exemplo n.º 1
0
    public override void supportsCsharpSerializable_async(Test.AMD_Initial_supportsCsharpSerializable cb,
                                                          Ice.Current current)
    {
#if COMPACT || SILVERLIGHT
        cb.ice_response(false);
#else
        cb.ice_response(true);
#endif
    }
Exemplo n.º 2
0
 public override void supportsCsharpSerializable_async(Test.AMD_Initial_supportsCsharpSerializable cb,
                                                       Ice.Current current)
 {
     cb.ice_response(true);
 }