Index  Source Files  Annotated Class List  Alphabetical Class List  Class Hierarchy  Graphical Class Hierarchy 

FIX::MessageStoreFactory Class Reference

This interface must be implemented to create a MessageStore. More...

#include <MessageStore.h>

Inheritance diagram for FIX::MessageStoreFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~MessageStoreFactory ()
virtual MessageStorecreate (const SessionID &)=0
virtual void destroy (MessageStore *)=0

Detailed Description

This interface must be implemented to create a MessageStore.

Definition at line 41 of file MessageStore.h.


Constructor & Destructor Documentation

virtual FIX::MessageStoreFactory::~MessageStoreFactory (  )  [inline, virtual]

Definition at line 44 of file MessageStore.h.

00044 {}


Member Function Documentation

virtual MessageStore* FIX::MessageStoreFactory::create ( const SessionID  )  [pure virtual]
virtual void FIX::MessageStoreFactory::destroy ( MessageStore  )  [pure virtual]

The documentation for this class was generated from the following file:

Generated on Mon Apr 5 21:00:08 2010 for QuickFIX by doxygen 1.6.1 written by Dimitri van Heesch, © 1997-2001