diff options
author | edwardgt <edwardgt@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-18 21:05:00 +0000 |
---|---|---|
committer | edwardgt <edwardgt@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-18 21:05:00 +0000 |
commit | a3517fe0314c72abb1ed7e21ffe7a1345a601075 (patch) | |
tree | 9fe8e58acd5ce8a8d7f57fa518a1613eef008b61 /TAO/tao/IORInterceptor | |
parent | 10e882b3e42950b2de4291612d0dd601124102c5 (diff) | |
download | ATCD-a3517fe0314c72abb1ed7e21ffe7a1345a601075.tar.gz |
ChangeLogTag: Fri Jul 18 15:58:20 2003 George Edwards <g.edwards@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IORInterceptor')
-rw-r--r-- | TAO/tao/IORInterceptor/Makefile | 3 | ||||
-rw-r--r-- | TAO/tao/IORInterceptor/Makefile.bor | 3 | ||||
-rw-r--r-- | TAO/tao/IORInterceptor/TAO_IORInterceptor_Static.dsp | 8 |
3 files changed, 12 insertions, 2 deletions
diff --git a/TAO/tao/IORInterceptor/Makefile b/TAO/tao/IORInterceptor/Makefile index 524bd11ff56..1bd7b178dde 100644 --- a/TAO/tao/IORInterceptor/Makefile +++ b/TAO/tao/IORInterceptor/Makefile @@ -18,7 +18,8 @@ ACE_SHLIBS = -lTAO -lACE CPP_SRCS += \ IORInterceptorC \ IORInterceptor_Adapter_Impl \ - IORInterceptor_List + IORInterceptor_List \ + IORInterceptor_Adapter_Factory_Impl FILES = $(CPP_SRCS) DEFS = $(addsuffix .h,$(FILES)) diff --git a/TAO/tao/IORInterceptor/Makefile.bor b/TAO/tao/IORInterceptor/Makefile.bor index 3c083cccbf2..e250e6b657d 100644 --- a/TAO/tao/IORInterceptor/Makefile.bor +++ b/TAO/tao/IORInterceptor/Makefile.bor @@ -7,7 +7,8 @@ NAME = TAO_IORInterceptor OBJFILES = \ $(OBJDIR)\IORInterceptorC.obj \ $(OBJDIR)\IORInterceptor_List.obj \ - $(OBJDIR)\IORInterceptor_Adapter_Impl.obj + $(OBJDIR)\IORInterceptor_Adapter_Impl.obj \ + $(OBJDIR)\IORInterceptor_Adapter_Factory_Impl.obj RESOURCE = $(OBJDIR)\TAO_IORInterceptor.res diff --git a/TAO/tao/IORInterceptor/TAO_IORInterceptor_Static.dsp b/TAO/tao/IORInterceptor/TAO_IORInterceptor_Static.dsp index 8013eeb1d12..becde22a113 100644 --- a/TAO/tao/IORInterceptor/TAO_IORInterceptor_Static.dsp +++ b/TAO/tao/IORInterceptor/TAO_IORInterceptor_Static.dsp @@ -89,6 +89,10 @@ LIB32=link.exe -lib # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
+SOURCE=.\IORInterceptor_Adapter_Factory_Impl.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\IORInterceptor_Adapter_Impl.cpp
# End Source File
# Begin Source File
@@ -106,6 +110,10 @@ SOURCE=.\IORInterceptorC.cpp # PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
+SOURCE=.\IORInterceptor_Adapter_Factory_Impl.h
+# End Source File
+# Begin Source File
+
SOURCE=.\IORInterceptor_Adapter_Impl.h
# End Source File
# Begin Source File
|