![]() |
![]() |
|
Index
Source Files
Annotated Class List
Alphabetical Class List
Class Hierarchy
Graphical Class Hierarchy
|
||
![]() |
![]() |
#include <MessageStore.h>
Inheritance diagram for FIX::MemoryStoreFactory:


Public Member Functions | |
| MessageStore * | create (const SessionID &) |
| void | destroy (MessageStore *) |
This will lose all data on process terminition. This class should only be used for test applications, never in production.
Definition at line 55 of file MessageStore.h.
|
|
Implements FIX::MessageStoreFactory. Definition at line 31 of file MessageStore.cpp. References QF_STACK_POP, and QF_STACK_PUSH.
00032 { QF_STACK_PUSH(MemoryStoreFactory::create)
00033 return new MemoryStore();
00034 QF_STACK_POP
00035 }
|
|
|
Implements FIX::MessageStoreFactory. Definition at line 37 of file MessageStore.cpp. References QF_STACK_POP, and QF_STACK_PUSH.
00038 { QF_STACK_PUSH(MemoryStoreFactory::destroy)
00039 delete pStore;
00040 QF_STACK_POP
00041 }
|
1.3.6-20040222 written by Dimitri van Heesch,
© 1997-2001