Revision c92e02f3 trunk/Pithos.Core/IStatusService.cs

b/trunk/Pithos.Core/IStatusService.cs
33 33
    [ServiceContract(Namespace = "http://PITHOS.Client.Commands")]
34 34
    public interface ICommandsService
35 35
    {
36
        [OperationContract]
36
        [OperationContract(IsOneWay=true)]
37 37
        void ShowProperties(string fileName);
38 38
    }
39 39
}

Also available in: Unified diff