summaryrefslogtreecommitdiff
path: root/TAO/tests/File_IO/File_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/File_IO/File_i.h')
-rw-r--r--TAO/tests/File_IO/File_i.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tests/File_IO/File_i.h b/TAO/tests/File_IO/File_i.h
index 62327714b82..971dc5eb49e 100644
--- a/TAO/tests/File_IO/File_i.h
+++ b/TAO/tests/File_IO/File_i.h
@@ -35,10 +35,10 @@ public:
Descriptor (PortableServer::POA_ptr poa);
/// Destructor
- ~Descriptor (void);
+ ~Descriptor ();
/// Returns the default POA of this object
- PortableServer::POA_ptr _default_POA (void);
+ PortableServer::POA_ptr _default_POA ();
/// write buffer to File corresponding to this Descriptor
virtual CORBA::Long write (const File::Descriptor::DataBuffer &buffer);
@@ -50,11 +50,11 @@ public:
CORBA::Long whence);
/// closes the file corresponding to the requested ObjectID
- virtual void destroy (void);
+ virtual void destroy ();
private:
/// Extracts the ACE_HANDLE from the objectID
- ACE_HANDLE fd (void);
+ ACE_HANDLE fd ();
PortableServer::POA_var poa_;
};
@@ -72,10 +72,10 @@ public:
System (PortableServer::POA_ptr poa);
///Destructor
- ~System (void);
+ ~System ();
///Returns the default POA of this object
- PortableServer::POA_ptr _default_POA (void);
+ PortableServer::POA_ptr _default_POA ();
/// Opens a file ,creates a Descriptor reference with the
/// ACE_HANDLE and returns that reference