summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/PluggableTopology/Test_Saver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/PluggableTopology/Test_Saver.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/PluggableTopology/Test_Saver.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Notify/PluggableTopology/Test_Saver.h b/TAO/orbsvcs/tests/Notify/PluggableTopology/Test_Saver.h
index 287832cf336..f7c13b36c47 100644
--- a/TAO/orbsvcs/tests/Notify/PluggableTopology/Test_Saver.h
+++ b/TAO/orbsvcs/tests/Notify/PluggableTopology/Test_Saver.h
@@ -26,12 +26,10 @@ public:
virtual bool begin_object (CORBA::Long id,
const ACE_CString &type,
const TAO_Notify::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);
};