(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / Microsoft.Web.Services / Microsoft.Web.Services.Security / IReplayCache.cs
blob0d061e30d61cbed65ec489a74199cb2c80f09bd7
1 //
2 // IReplayCache.cs - ReplayCache interface
3 //
4 // Author:
5 // Sebastien Pouliot (spouliot@motus.com)
6 //
7 // (C) 2003 Motus Technologies Inc. (http://www.motus.com)
8 //
10 using System;
12 namespace Microsoft.Web.Services.Security {
14 public interface IReplayCache {
16 void ProcessMessage (SoapEnvelope envelope);