summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 19:10:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 19:10:28 +0000
commit100bbd8ac234b4db349781d176637ec7ec32f8bb (patch)
tree279570d8467e75ca82c6910b07e33ae2e79df021 /TAO/examples
parent33299f365c583ef0269239a8abb8e5df73e4e048 (diff)
downloadATCD-100bbd8ac234b4db349781d176637ec7ec32f8bb.tar.gz
Zapped RCSID
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/Iterator_Factory_i.cpp6
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/Iterator_Handler.cpp6
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/client.cpp4
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/server.cpp4
-rw-r--r--TAO/examples/Content_Server/SMI_Iterator/client.cpp11
5 files changed, 1 insertions, 30 deletions
diff --git a/TAO/examples/Content_Server/AMI_Iterator/Iterator_Factory_i.cpp b/TAO/examples/Content_Server/AMI_Iterator/Iterator_Factory_i.cpp
index 12bd4208dd6..ce3f466f560 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/Iterator_Factory_i.cpp
+++ b/TAO/examples/Content_Server/AMI_Iterator/Iterator_Factory_i.cpp
@@ -9,12 +9,6 @@
#include "ace/OS_NS_strings.h"
#include "ace/OS_NS_string.h"
-
-ACE_RCSID (AMI_Iterator,
- Iterator_Factory_i,
- "$Id$")
-
-
void
Iterator_Factory_i::get_iterator (const char *pathname,
Web_Server::Content_Iterator_out contents,
diff --git a/TAO/examples/Content_Server/AMI_Iterator/Iterator_Handler.cpp b/TAO/examples/Content_Server/AMI_Iterator/Iterator_Handler.cpp
index 32e79cf6724..e9280f93f83 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/Iterator_Handler.cpp
+++ b/TAO/examples/Content_Server/AMI_Iterator/Iterator_Handler.cpp
@@ -10,12 +10,6 @@
#include "ace/OS_NS_strings.h"
#include "ace/OS_NS_string.h"
-
-ACE_RCSID (AMI_Iterator,
- Iterator_Handler,
- "$Id$")
-
-
Iterator_Handler::Iterator_Handler (void)
: file_ (ACE_sap_any_cast (const ACE_FILE_Addr &)),
file_io_ (),
diff --git a/TAO/examples/Content_Server/AMI_Iterator/client.cpp b/TAO/examples/Content_Server/AMI_Iterator/client.cpp
index 9c9d3183828..87a83637077 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/client.cpp
+++ b/TAO/examples/Content_Server/AMI_Iterator/client.cpp
@@ -9,10 +9,6 @@
#include "Web_ServerC.h"
#include "Iterator_Handler.h"
-ACE_RCSID (AMI_Iterator,
- client,
- "$Id$")
-
// Obtain reference to Iterator_Factory
Web_Server::Iterator_Factory_ptr
get_iterator (CORBA::ORB_ptr orb);
diff --git a/TAO/examples/Content_Server/AMI_Iterator/server.cpp b/TAO/examples/Content_Server/AMI_Iterator/server.cpp
index 0dc4dae6f81..3f8ad1f65a4 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/server.cpp
+++ b/TAO/examples/Content_Server/AMI_Iterator/server.cpp
@@ -8,10 +8,6 @@
#include "Iterator_Factory_i.h"
-ACE_RCSID (AMI_Iterator,
- server,
- "$Id$")
-
int
ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
diff --git a/TAO/examples/Content_Server/SMI_Iterator/client.cpp b/TAO/examples/Content_Server/SMI_Iterator/client.cpp
index 7d2ce5f2f18..d89d9cd7370 100644
--- a/TAO/examples/Content_Server/SMI_Iterator/client.cpp
+++ b/TAO/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 =