~ubuntu-branches/ubuntu/quantal/smuxi/quantal

« back to all changes in this revision

Viewing changes to lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/IEventDispatcher.cs

  • Committer: Package Import Robot
  • Author(s): Mirco Bauer
  • Date: 2012-01-07 12:13:22 UTC
  • mfrom: (1.1.9) (22.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120107121322-x3tav345lpck4ty2
Tags: 0.8.9.1-3
* [7cd3a08] Ignore secur32(.dll) ModuleRef for dh_clideps
* [0055fc3] Added missing ncurses dllmap for smuxi-frontend-stfl.exe

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright (C) 2004 - 2009  Versant Inc.  http://www.db4o.com */
 
2
 
 
3
using Db4objects.Db4o.Internal;
 
4
 
 
5
namespace Db4objects.Db4o.Internal
 
6
{
 
7
        public interface IEventDispatcher
 
8
        {
 
9
                bool Dispatch(Transaction trans, object obj, int eventID);
 
10
 
 
11
                bool HasEventRegistered(int eventID);
 
12
        }
 
13
}