39 Made several methods virtual to allow users of libomniEvents to override
40 the default persistency behaviour. (Dirk O. Siebnich)
41
42 Revision 1.6 2004/09/11 23:08:39 alextingle
43 WriteLock now non-copyable.
44
45 Revision 1.5 2004/07/26 16:27:08 alextingle
46 Support for NT service on windows: main() moved into daemon.cc.
47 New (laxer) start up syntax. Port is now set with -p (not -s). There is no
48 special cold start mode.
49 More flexible naming service name option -N. (No more -K option).
50
51 Revision 1.4 2004/04/20 17:16:17 alextingle
52 Corrected openOfstream() arg name/comments.
53
54 Revision 1.3 2004/03/28 01:03:58 alextingle
55 Refactored class omniEventsLog to allow for more EventChannelFactory parameters.\nNew omniEvents params: -v, -a (alternate endPoint).
56
57 Revision 1.2 2004/01/11 16:57:26 alextingle
58 New persistancy log file format, implemented by PersistNode.h/cc. The new format enables new nodes to be added and old ones erased by appending a single line to the file, rather than by re-persisting the whole application. This is much more efficient when lots of proxies are being created all at once. It's also a much simpler solution, with far fewer lines of code.
59
60 Revision 1.1 2003/12/21 16:19:49 alextingle
61 Moved into 'src' directory as part of the change to POA implementation.
62
63 Revision 1.4 2003/11/14 13:54:48 alextingle
64 New output() members functions. Eliminates the need for friend ostream
65 functions that are problematic on earlier versions of Microsoft
66 VisualC++.
67
68 Revision 1.3 2003/11/03 22:35:08 alextingle
69 Removed all platform specific switches. Now uses autoconf, config.h.