Revision c53aa229 trunk/Pithos.Core/IStatusService.cs

b/trunk/Pithos.Core/IStatusService.cs
29 29
        [OperationContract]
30 30
        PithosSettingsData GetSettings();
31 31
    }
32

  
33
    [ServiceContract(Namespace = "http://PITHOS.Client.Commands")]
34
    public interface ICommandsService
35
    {
36
        [OperationContract]
37
        void ShowProperties(string fileName);
38
    }
32 39
}

Also available in: Unified diff