summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-03-18 16:56:50 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-03-18 16:56:50 +0000
commit119359ac6de943139dc34f60551c15ffa213cd22 (patch)
tree849f500685372473e9b81813de80c7dd7fd93714
parent02c270078816b7c6b8e9ee79689c7bfeca929505 (diff)
downloadATCD-119359ac6de943139dc34f60551c15ffa213cd22.tar.gz
ChangeLogTag:Sun Mar 18 08:53:34 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a14
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile.SSLIOP3
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP.bor7
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP.dsp17
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h2
5 files changed, 19 insertions, 24 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 0a22eada0cc..3d97b946063 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,17 @@
+Sun Mar 18 08:53:34 2001 Ossama Othman <ossama@uci.edu>
+
+ * orbsvcs/orbsvcs/Security/Security_Current_Impl.h:
+
+ Export the TAO_Security_Current_Impl class on MS Windows
+ builds. Fixes a link-time "unresolved symbol" error.
+
+ * orbsvcs/orbsvcs/Makefile.SSLIOP:
+ * orbsvcs/orbsvcs/SSLIOP.bor:
+ * orbsvcs/orbsvcs/SSLIOP.dsp:
+
+ Don't bother compiling SSLIOPS.cpp. It is empty since
+ SSLIOP.idl does not define remote interfaces.
+
Sat Mar 17 19:36:02 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* examples/PluggableUDP/tests/{client,server}.cpp: Changed "true" to 1
diff --git a/TAO/orbsvcs/orbsvcs/Makefile.SSLIOP b/TAO/orbsvcs/orbsvcs/Makefile.SSLIOP
index 8ca30d1b7f8..9c0790419a4 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile.SSLIOP
+++ b/TAO/orbsvcs/orbsvcs/Makefile.SSLIOP
@@ -34,8 +34,7 @@ IDL_FILES += \
SSLIOP
IDL_SRC = \
- $(addsuffix S.cpp, $(IDL_FILES)) \
- $(addsuffix C.cpp, $(IDL_FILES))
+ SSLIOPC.cpp
FILES = \
SSLIOP/IIOP_SSL_Acceptor \
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP.bor b/TAO/orbsvcs/orbsvcs/SSLIOP.bor
index b2bd25d720e..631b8722ac5 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP.bor
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP.bor
@@ -30,8 +30,7 @@ OBJFILES = \
$(OBJDIR)\SSLIOP_ORBInitializer.obj \
$(OBJDIR)\SSLIOP_Profile.obj \
$(OBJDIR)\SSLIOP_Transport.obj \
- $(OBJDIR)\SSLIOPC.obj \
- $(OBJDIR)\SSLIOPS.obj
+ $(OBJDIR)\SSLIOPC.obj
RESOURCE = $(OBJDIR)\orbsvcs.res
@@ -69,7 +68,7 @@ all: idl_src_files
# IDL Build rules
#
-idl_src_files: $(IDLFILES:.idl=C.cpp) $(IDLFILES:.idl=S.cpp)
+idl_src_files: $(IDLFILES:.idl=C.cpp)
-$(IDLDIR)\SSLIOPC.cpp $(IDLDIR)\SSLIOPS.cpp: $(IDLDIR)\SSLIOP.idl
+$(IDLDIR)\SSLIOPC.cpp: $(IDLDIR)\SSLIOP.idl
$(TAO_IDL) $**
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP.dsp b/TAO/orbsvcs/orbsvcs/SSLIOP.dsp
index 61625ab3efd..bb1514af0c8 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP.dsp
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP.dsp
@@ -157,10 +157,6 @@ SOURCE=.\SSLIOP\SSLIOP_Transport.cpp
SOURCE=.\SSLIOPC.cpp
# End Source File
-# Begin Source File
-
-SOURCE=.\SSLIOPS.cpp
-# End Source File
# End Group
# Begin Group "Header Files"
@@ -249,10 +245,6 @@ SOURCE=.\SSLIOP\SSLIOP_Transport.h
SOURCE=.\SSLIOPC.h
# End Source File
-# Begin Source File
-
-SOURCE=.\SSLIOPS.h
-# End Source File
# End Group
# Begin Group "IDL Files"
@@ -374,19 +366,10 @@ SOURCE=.\SSLIOP\SSLIOP_Profile.i
SOURCE=.\SSLIOPC.i
# End Source File
-# Begin Source File
-
-SOURCE=.\SSLIOPS.i
-# End Source File
# End Group
# Begin Group "Template Files"
# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\SSLIOPS_T.cpp
-# PROP Exclude_From_Build 1
-# End Source File
# End Group
# End Target
# End Project
diff --git a/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h b/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h
index ad0f8d40a2f..bbce76103c2 100644
--- a/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h
+++ b/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h
@@ -35,7 +35,7 @@
* inheritance so that it is safe to store subclasses in a "void *"
* and later cast that pointer back to the subclass pointer type.
*/
-class TAO_Security_Current_Impl
+class TAO_Security_Export TAO_Security_Current_Impl
{
public: