diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-11-10 02:12:14 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-11-10 02:12:14 +0000 |
commit | 4bb6ef3bfe461b2a58901eb851785c38c4e12469 (patch) | |
tree | e798d79320065f84fe6fa439d5fec9b5da879f45 | |
parent | d6b0545f84e0ebe84a04a516bfb8e9281e487f20 (diff) | |
download | ATCD-4bb6ef3bfe461b2a58901eb851785c38c4e12469.tar.gz |
ChangeLogTag:Mon Nov 10 08:14:26 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r-- | TAO/ChangeLog | 7 | ||||
-rw-r--r-- | TAO/tao/Makefile.bor | 8 | ||||
-rw-r--r-- | TAO/tao/TAO.dsp | 32 |
3 files changed, 45 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index e5a3df58bf1..e7702056865 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Mon Nov 10 08:14:26 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu> + + * tao/TAO.dsp: + + Added the new generated files into the project. + + Sun Nov 9 19:19:06 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu> * tao/tao.mpc: diff --git a/TAO/tao/Makefile.bor b/TAO/tao/Makefile.bor index e82a15bbdaa..f8f2a364228 100644 --- a/TAO/tao/Makefile.bor +++ b/TAO/tao/Makefile.bor @@ -104,8 +104,10 @@ OBJFILES = \ $(OBJDIR)\GIOP_Utils.obj \ $(OBJDIR)\IFR_Client_Adapter.obj \ $(OBJDIR)\IIOPC.obj \ - $(OBJDIR)\IOP_CodecC.obj \ - $(OBJDIR)\IOP_IORC.obj \ + $(OBJDIR)\IOP_CodecC.obj \ + $(OBJDIR)\IOP_CodecA.obj \ + $(OBJDIR)\IOP_IORC.obj \ + $(OBJDIR)\IOP_IORA.obj \ $(OBJDIR)\IIOP_Acceptor.obj \ $(OBJDIR)\IIOP_Connection_Handler.obj \ $(OBJDIR)\IIOP_Connector.obj \ @@ -173,12 +175,14 @@ OBJFILES = \ $(OBJDIR)\Pluggable_Messaging_Utils.obj \ $(OBJDIR)\Policy_ForwardC.obj \ $(OBJDIR)\PolicyC.obj \ + $(OBJDIR)\PolicyA.obj \ $(OBJDIR)\PolicyFactory_Registry.obj \ $(OBJDIR)\Policy_Manager.obj \ $(OBJDIR)\Policy_Set.obj \ $(OBJDIR)\Policy_Validator.obj \ $(OBJDIR)\PollableC.obj \ $(OBJDIR)\PortableInterceptorC.obj \ + $(OBJDIR)\PortableInterceptorA.obj \ $(OBJDIR)\PredefinedType_Seq_Tmplinst.obj \ $(OBJDIR)\Principal.obj \ $(OBJDIR)\Profile.obj \ diff --git a/TAO/tao/TAO.dsp b/TAO/tao/TAO.dsp index 93f9fb37570..4ce5da5ae15 100644 --- a/TAO/tao/TAO.dsp +++ b/TAO/tao/TAO.dsp @@ -557,11 +557,19 @@ SOURCE=.\Invocation_Endpoint_Selectors.cpp # End Source File
# Begin Source File
+SOURCE=.\IOP_CodecA.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\IOP_CodecC.cpp
# ADD CPP /GR
# End Source File
# Begin Source File
+SOURCE=.\IOP_IORA.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\IOP_IORC.cpp
# ADD CPP /GR
# End Source File
@@ -803,6 +811,10 @@ SOURCE=.\Policy_Validator.cpp # End Source File
# Begin Source File
+SOURCE=.\PolicyA.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\PolicyC.cpp
# ADD CPP /GR
# End Source File
@@ -817,6 +829,10 @@ SOURCE=.\PollableC.cpp # End Source File
# Begin Source File
+SOURCE=.\PortableInterceptorA.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\PortableInterceptorC.cpp
# ADD CPP /GR
# End Source File
@@ -1575,10 +1591,18 @@ SOURCE=.\Invocation_Utils.h # End Source File
# Begin Source File
+SOURCE=.\IOP_CodecA.h
+# End Source File
+# Begin Source File
+
SOURCE=.\IOP_CodecC.h
# End Source File
# Begin Source File
+SOURCE=.\IOP_IORA.h
+# End Source File
+# Begin Source File
+
SOURCE=.\IOP_IORC.h
# End Source File
# Begin Source File
@@ -1843,6 +1867,10 @@ SOURCE=.\Policy_Validator.h # End Source File
# Begin Source File
+SOURCE=.\PolicyA.h
+# End Source File
+# Begin Source File
+
SOURCE=.\PolicyC.h
# End Source File
# Begin Source File
@@ -1859,6 +1887,10 @@ SOURCE=.\PortableInterceptor.h # End Source File
# Begin Source File
+SOURCE=.\PortableInterceptorA.h
+# End Source File
+# Begin Source File
+
SOURCE=.\PortableInterceptorC.h
# End Source File
# Begin Source File
|