5 #include /**/ "ace/pre.h"
7 #include "plugtop_export.h"
9 #include "orbsvcs/Notify/Topology_Saver.h"
11 #include "tao/corba.h"
12 #include "ace/streams.h"
14 #if !defined (ACE_LACKS_PRAGMA_ONCE)
16 #endif /* ACE_LACKS_PRAGMA_ONCE */
18 class PLUGTOP_Export Test_Saver
: public TAO_Notify::Topology_Saver
23 virtual bool begin_object (CORBA::Long id
,
24 const ACE_CString
&type
,
25 const TAO_Notify::NVPList
& attrs
,
28 virtual void end_object (CORBA::Long id
,
29 const ACE_CString
&type
);
33 #include /**/ "ace/post.h"
34 #endif /* TEST_SAVER_H */