summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/XML_Saver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/XML_Saver.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/XML_Saver.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/XML_Saver.h b/TAO/orbsvcs/orbsvcs/Notify/XML_Saver.h
index f7c9afb87e1..418d974d86a 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/XML_Saver.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/XML_Saver.h
@@ -50,14 +50,12 @@ public:
virtual bool begin_object (CORBA::Long id,
const ACE_CString& type,
const NVPList& attrs,
- bool changed
- ACE_ENV_ARG_DECL);
+ bool changed);
virtual void end_object (CORBA::Long id,
- const ACE_CString& type
- ACE_ENV_ARG_DECL);
+ const ACE_CString& type);
- virtual void close (ACE_ENV_SINGLE_ARG_DECL);
+ virtual void close (void);
private:
void backup_file_name (char * file_path, int nfile);