diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-04-27 21:50:00 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-04-27 21:50:00 +0000 |
commit | 7b918bc71ef8458fe9e98847fcaa315f16c043ce (patch) | |
tree | 3984dbbcaa201e1ff773a8c039e6143e02714735 /TAO/tao/Makefile.bor | |
parent | d56dcc96799fdd3f4efbbb0311c8766392f26cea (diff) | |
download | ATCD-7b918bc71ef8458fe9e98847fcaa315f16c043ce.tar.gz |
ChangeLogTag:Sat Apr 27 16:54:22 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Makefile.bor')
-rw-r--r-- | TAO/tao/Makefile.bor | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Makefile.bor b/TAO/tao/Makefile.bor index 2ad56cd76ab..9334bef26cb 100644 --- a/TAO/tao/Makefile.bor +++ b/TAO/tao/Makefile.bor @@ -33,6 +33,7 @@ OBJFILES = \ $(OBJDIR)\BiDir_Adapter.obj \ $(OBJDIR)\Bind_Dispatcher_Guard.obj \ $(OBJDIR)\Block_Flushing_Strategy.obj \ + $(OBJDIR)\Blocked_Connect_Strategy.obj \ $(OBJDIR)\BoundsC.obj \ $(OBJDIR)\Buffering_Constraint_Policy.obj \ $(OBJDIR)\CDR.obj \ @@ -50,6 +51,7 @@ OBJFILES = \ $(OBJDIR)\CodecFactory.obj \ $(OBJDIR)\CodecFactory_ORBInitializer.obj \ $(OBJDIR)\Collocation_Resolver.obj \ + $(OBJDIR)\Connect_Strategy.obj \ $(OBJDIR)\Default_Collocation_Resolver.obj \ $(OBJDIR)\Connection_Purging_Strategy.obj \ $(OBJDIR)\Connection_handler.obj \ @@ -109,6 +111,7 @@ OBJFILES = \ $(OBJDIR)\LF_Follower.obj \ $(OBJDIR)\LF_Follower_Auto_Adder.obj \ $(OBJDIR)\LF_Follower_Auto_Ptr.obj \ + $(OBJDIR)\LF_Connect_Strategy.obj \ $(OBJDIR)\LF_Strategy.obj \ $(OBJDIR)\LF_Strategy_Complete.obj \ $(OBJDIR)\LRU_Connection_Purging_Strategy.obj \ @@ -155,6 +158,7 @@ OBJFILES = \ $(OBJDIR)\Protocol_Factory.obj \ $(OBJDIR)\Protocols_Hooks.obj \ $(OBJDIR)\Queued_Message.obj \ + $(OBJDIR)\Reactive_Connect_Strategy.obj \ $(OBJDIR)\Reactive_Flushing_Strategy.obj \ $(OBJDIR)\Remote_Object_Proxy_Broker.obj \ $(OBJDIR)\Remote_Object_Proxy_Impl.obj \ |