summaryrefslogtreecommitdiff
path: root/TAO/examples/Content_Server/AMI_Observer/Callback_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Content_Server/AMI_Observer/Callback_i.h')
-rw-r--r--TAO/examples/Content_Server/AMI_Observer/Callback_i.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/examples/Content_Server/AMI_Observer/Callback_i.h b/TAO/examples/Content_Server/AMI_Observer/Callback_i.h
index a4545d7f237..4ea944f7467 100644
--- a/TAO/examples/Content_Server/AMI_Observer/Callback_i.h
+++ b/TAO/examples/Content_Server/AMI_Observer/Callback_i.h
@@ -65,25 +65,25 @@ public:
private:
/// Destructor must be private to ensure that this object is
/// allocated on the heap.
- ~Callback_i (void);
+ ~Callback_i ();
/// Returns one if the metadata was received, and zero otherwise.
- int metadata_received (void);
+ int metadata_received ();
/// Returns one if the entire content was received, and zero
/// otherwise.
- int content_received (void);
+ int content_received ();
/// Get the name of the viewer associated with the file being
/// retrieved.
int get_viewer (char *viewer, size_t length);
/// Spawn an external view to display the retrieved file.
- int spawn_viewer (void);
+ int spawn_viewer ();
private:
/// Deactivate this Callback servant.
- void deactivate (void);
+ void deactivate ();
private:
/// The Addr corresponding to the retrieved file.