diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-24 23:03:34 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-24 23:03:34 +0000 |
commit | 6da9e70f0bdbdcd00cb24118fb620651afecacb6 (patch) | |
tree | 7aef3e44bf7964bbde5643c94ab78a2c05f9f417 /TAO | |
parent | afd021cb26fd790e69753d1e66b9dd8f67db9a29 (diff) | |
download | ATCD-6da9e70f0bdbdcd00cb24118fb620651afecacb6.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog-98c | 18 | ||||
-rw-r--r-- | TAO/tao/Current.pidl (renamed from TAO/tao/Current.IDL) | 0 | ||||
-rw-r--r-- | TAO/tao/Object_Key.pidl (renamed from TAO/tao/Object_Key.IDL) | 0 | ||||
-rw-r--r-- | TAO/tao/POA.pidl (renamed from TAO/tao/POA.IDL) | 0 | ||||
-rw-r--r-- | TAO/tao/Policy.pidl (renamed from TAO/tao/Policy.IDL) | 0 |
5 files changed, 15 insertions, 3 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index 4da325aad30..a174d2a1f35 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,8 +1,20 @@ +Thu Sep 24 18:01:47 1998 Irfan Pyarali <irfan@cs.wustl.edu> + + * tao (Current.pidl Object_Key.pidl POA.pidl Policy.pidl): The + makefiles in ACE look for files with the .idl extension to run + the IDL compiler on. Therefore, to prevent the IDL files in + TAO/tao to get compiled by the user, we named them with a .IDL + extension. Unfortunately, the NT filesystem is not case + sensitive. Therefore, when one typed make, it ran the IDL + compiler on those files. + + I have fixed this by renaming the IDL files in TAO/tao with a + .pidl extension instead of the .IDL extension. + Thu Sep 24 15:39:39 1998 Carlos O'Ryan <coryan@cs.wustl.edu> - * tao/corba.h: - * tao/try_macros.h: - Moved the TAO_TRY macros (and friends) to a separate file. + * tao/corba.h: * tao/try_macros.h: Moved the TAO_TRY macros (and + friends) to a separate file. * tao/poa_macros.h: Removed extra scope that was releasing locks too soon. diff --git a/TAO/tao/Current.IDL b/TAO/tao/Current.pidl index 586d7e97db2..586d7e97db2 100644 --- a/TAO/tao/Current.IDL +++ b/TAO/tao/Current.pidl diff --git a/TAO/tao/Object_Key.IDL b/TAO/tao/Object_Key.pidl index 742d7aaabf8..742d7aaabf8 100644 --- a/TAO/tao/Object_Key.IDL +++ b/TAO/tao/Object_Key.pidl diff --git a/TAO/tao/POA.IDL b/TAO/tao/POA.pidl index 5c9b8799086..5c9b8799086 100644 --- a/TAO/tao/POA.IDL +++ b/TAO/tao/POA.pidl diff --git a/TAO/tao/Policy.IDL b/TAO/tao/Policy.pidl index 3ea88619c24..3ea88619c24 100644 --- a/TAO/tao/Policy.IDL +++ b/TAO/tao/Policy.pidl |