summaryrefslogtreecommitdiff
path: root/examples/Content_Server/SMI_Iterator/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Content_Server/SMI_Iterator/client.cpp')
-rw-r--r--examples/Content_Server/SMI_Iterator/client.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/examples/Content_Server/SMI_Iterator/client.cpp b/examples/Content_Server/SMI_Iterator/client.cpp
index 7d2ce5f2f18..d89d9cd7370 100644
--- a/examples/Content_Server/SMI_Iterator/client.cpp
+++ b/examples/Content_Server/SMI_Iterator/client.cpp
@@ -10,17 +10,10 @@
#include "ace/OS_NS_strings.h"
#include "ace/OS_NS_string.h"
-
-ACE_RCSID (SMI_Iterator,
- client,
- "$Id$")
-
-
// Retrieve the data from the server
int retrieve_data (const char *content_type,
Web_Server::Content_Iterator_ptr contents);
-
// Map content type to viewer.
int external_viewer (const char *content_type,
char *viewer,
@@ -41,9 +34,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
-1);
// Initialize the ORB.
- CORBA::ORB_var orb = CORBA::ORB_init (argc,
- argv,
- "Mighty ORB");
+ CORBA::ORB_var orb = CORBA::ORB_init (argc, argv, "Mighty ORB");
// Get a reference to the Name Service.
CORBA::Object_var obj =