diff options
Diffstat (limited to 'TAO/orbsvcs/tests/Security/Secure_Invocation/server.cpp')
-rw-r--r-- | TAO/orbsvcs/tests/Security/Secure_Invocation/server.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Security/Secure_Invocation/server.cpp b/TAO/orbsvcs/tests/Security/Secure_Invocation/server.cpp index 723915cf2c1..f39a5eccca6 100644 --- a/TAO/orbsvcs/tests/Security/Secure_Invocation/server.cpp +++ b/TAO/orbsvcs/tests/Security/Secure_Invocation/server.cpp @@ -1,14 +1,11 @@ // -*- C++ -*- +// $Id$ #include "ace/Get_Opt.h" #include "ace/OS_NS_stdio.h" #include "Foo_i.h" #include "ace/SString.h" -ACE_RCSID (Secure_Invocation, - server, - "$Id$") - const ACE_TCHAR *ior_output_file = 0; const char *cert_file = "cacert.pem"; |