RE: [Quickfix-developers] DBMS Support
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2004-01-15 15:40:42
|
Oh, there is one bit I forgot, you also need to implement this: public __gc __interface MessageStoreFactory { MessageStore* create( SessionID* ) = 0; }; It is just one method which returns an instance of your message store. This is what is actually passed into the Acceptor or Initiator. When QF needs to create a session, it calls the create method in order to create the storage piece. "Sa...@uc..." <sa...@uc...> wrote: Wow, that's it? I continue to be amazed. Thanks! Sam > > It is a pretty simple matter of implementing this interface. I've added > comments about what each method should do. Any of these should throw an > IOException if there is a problem talking to a database. Note this is > the .NET interface so you can implement it in C# or VB.NET and use the > .NET database classes. > > hope this helps > > --oren ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers --------------------------------- Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes |