diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-13 06:46:42 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-13 06:46:42 +0000 |
commit | 4c43b98fb967ba2d4591401381f75b6deb271227 (patch) | |
tree | 845ebb61f9ae7e79ad6718688634da81736c6e05 /TAO/tao | |
parent | 52212df2847e277980edb1c8246cf687d165dfc6 (diff) | |
download | ATCD-4c43b98fb967ba2d4591401381f75b6deb271227.tar.gz |
ChangeLogTag: Tue Apr 13 06:42:54 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/Makefile.tao | 1 | ||||
-rw-r--r-- | TAO/tao/RTPortableServer/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Makefile.tao b/TAO/tao/Makefile.tao index f324ae30cc4..f88fe264bda 100644 --- a/TAO/tao/Makefile.tao +++ b/TAO/tao/Makefile.tao @@ -16131,7 +16131,6 @@ realclean: $(ACE_ROOT)/ace/Unbounded_Queue.cpp \ $(ACE_ROOT)/ace/Unbounded_Queue.inl \ TC_Constants_Forward.h \ - PortableInterceptorA.h \ Any_Impl_T.h \ Any_Impl.h \ $(ACE_ROOT)/ace/Null_Mutex.h \ diff --git a/TAO/tao/RTPortableServer/Makefile b/TAO/tao/RTPortableServer/Makefile index a23bdcc3823..e53a3623c20 100644 --- a/TAO/tao/RTPortableServer/Makefile +++ b/TAO/tao/RTPortableServer/Makefile @@ -812,7 +812,7 @@ endif # corba_messaging $(TAO_ROOT)/tao/TimeBaseC.h \ $(TAO_ROOT)/tao/TimeBaseC.i \ $(TAO_ROOT)/tao/RTCORBA/RTCORBAC.i \ - RTPortableServerC.i RTPortableServerA.h \ + RTPortableServerC.i \ $(TAO_ROOT)/tao/Typecode.h \ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \ $(ACE_ROOT)/ace/Functor.h \ |