summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-08-13 02:24:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-08-13 02:24:04 +0000
commit307ac1a0f27ced8e9fe8bdee9097630f272f6278 (patch)
tree9a65197bae5f966ca182e862268b41e1a95798ce
parent2bd5828b0abe716fc58672b41dfc781271683416 (diff)
downloadATCD-307ac1a0f27ced8e9fe8bdee9097630f272f6278.tar.gz
ChangeLogTag:Thu Aug 12 19:21:25 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP.mpc2
2 files changed, 10 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index f2b32af80c4..ecd82cd8f9a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Thu Aug 12 19:21:25 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * orbsvcs/orbsvcs/SSLIOP.mpc:
+
+ Removed SSLIOPS.cpp from the source file list. No unconstrained
+ interfaces are defined in the SSLIOP.idl IDL file, meaning that
+ there is no need to compile and link the corresponding
+ skeleton file.
+
Thu Aug 12 18:45:20 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* orbsvcs/orbsvcs/SSLIOP/SSLIOP_ClientCredentials.h
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP.mpc b/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
index 35e300730f6..a977764c7fa 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
@@ -1,4 +1,5 @@
// -*- MPC -*-
+//
// $Id$
project(SSLIOP) : orbsvcslib, core, security, ssl {
@@ -17,7 +18,6 @@ project(SSLIOP) : orbsvcslib, core, security, ssl {
Source_Files(ORBSVCS_COMPONENTS) {
SSLIOP {
SSLIOPC.cpp
- SSLIOPS.cpp
SSLIOP
}
}