add some doc comments for TIBCO wrapper classes. Remove extraneous class no longer used.

This commit is contained in:
markpollack
2009-12-15 07:19:24 +00:00
parent 391fdc45d0
commit 87641784bf

View File

@@ -78,8 +78,7 @@ namespace Spring.Messaging.Ems.Common
/// Gets a value indicating whether the connection communicates with a secure protocol
/// </summary>
/// <value><c>true</c> if the connection communicates with a secure protocol; otherwise, <c>false</c>.</value>
[EditorBrowsable(EditorBrowsableState.Never), Obsolete("EMS clients should no longer use this method; it has been deprecated.")]
[Obsolete("EMS clients should no longer use this method; it has been deprecated")]
[EditorBrowsable(EditorBrowsableState.Never)]
bool IsSecure { get; }
/// <summary>