3 //=============================================================================
5 * @file Storable_Factory.h
7 * @author Byron Harris <harrisb@ociweb.com>
9 //=============================================================================
11 #ifndef TAO_STORABLE_FACTORY_H
12 #define TAO_STORABLE_FACTORY_H
14 #include /**/ "ace/pre.h"
15 #include "ace/config-lite.h"
17 #if !defined (ACE_LACKS_PRAGMA_ONCE)
19 #endif /* ACE_LACKS_PRAGMA_ONCE */
21 #include "tao/Storable_Base.h"
23 #include "ace/SString.h"
25 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
29 class TAO_Export Storable_Factory
34 virtual ~Storable_Factory();
38 virtual Storable_Base
*create_stream(const ACE_CString
& file
,
41 Storable_Base::use_backup_default
) = 0;
45 TAO_END_VERSIONED_NAMESPACE_DECL
47 #include /**/ "ace/post.h"
49 #endif /* TAO_STORABLE_FACTORY_H */