Skip to content

Commit

Permalink
IMongo should be IDisposable since Mongo is
Browse files Browse the repository at this point in the history
  • Loading branch information
trayburn authored and lanwin committed Jul 6, 2010
1 parent a4a2f92 commit 9ad8a6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/MongoDB/IMongo.cs
@@ -1,9 +1,10 @@
using System;
namespace MongoDB
{
/// <summary>
///
/// </summary>
public interface IMongo
public interface IMongo : IDisposable
{
/// <summary>
/// Gets the connection string.
Expand Down

0 comments on commit 9ad8a6f

Please sign in to comment.