Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / PluggableTopology / Test_Saver.h
blob92d460659806998164a01100ff0cc12a7bab7184
1 /* -*- C++ -*- */
3 #ifndef TEST_SAVER_H
4 #define TEST_SAVER_H
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)
15 #pragma once
16 #endif /* ACE_LACKS_PRAGMA_ONCE */
18 class PLUGTOP_Export Test_Saver : public TAO_Notify::Topology_Saver
20 public:
21 Test_Saver();
23 virtual bool begin_object (CORBA::Long id,
24 const ACE_CString &type,
25 const TAO_Notify::NVPList& attrs,
26 bool changed);
28 virtual void end_object (CORBA::Long id,
29 const ACE_CString &type);
33 #include /**/ "ace/post.h"
34 #endif /* TEST_SAVER_H */