summaryrefslogtreecommitdiff
path: root/TAO/examples/Persistent_Grid/Grid_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Persistent_Grid/Grid_i.h')
-rw-r--r--TAO/examples/Persistent_Grid/Grid_i.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Persistent_Grid/Grid_i.h b/TAO/examples/Persistent_Grid/Grid_i.h
index 9545672721b..b19edb19238 100644
--- a/TAO/examples/Persistent_Grid/Grid_i.h
+++ b/TAO/examples/Persistent_Grid/Grid_i.h
@@ -47,7 +47,7 @@ public:
ACE_THROW_SPEC ((CORBA::SystemException));
// This function creates and returns a <Grid>.
- virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL)
+ virtual void shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException));
// Shutdown the server.
@@ -98,11 +98,11 @@ public:
~Grid_i (void);
// Destructor
- virtual CORBA::Short width (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ virtual CORBA::Short width (void)
ACE_THROW_SPEC ((CORBA::SystemException));
// Returns the width of the grid
- virtual CORBA::Short height (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ virtual CORBA::Short height (void)
ACE_THROW_SPEC ((CORBA::SystemException));
// Returns the height of the grid
@@ -131,7 +131,7 @@ public:
Grid::RANGE_ERROR));
// Gets the grid value.
- virtual void destroy (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ virtual void destroy (void)
ACE_THROW_SPEC ((CORBA::SystemException));
// Destroy the grid.