diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-21 18:23:56 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-21 18:23:56 +0000 |
commit | 4c37a2e752d91872a9ecb9067e882737e029b8dc (patch) | |
tree | de52b8be91cbb7b5dba5d617eae6f09c0fba9100 /TAO/tao/IOPS.h | |
parent | 9d3a1cc3aa9c320ae24cd55f19062f45cbba6be7 (diff) | |
download | ATCD-4c37a2e752d91872a9ecb9067e882737e029b8dc.tar.gz |
ChangeLogTag: Thu Oct 21 13:14:59 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IOPS.h')
-rw-r--r-- | TAO/tao/IOPS.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/IOPS.h b/TAO/tao/IOPS.h index 5a1ddcba827..18a13f21d11 100644 --- a/TAO/tao/IOPS.h +++ b/TAO/tao/IOPS.h @@ -19,7 +19,7 @@ #ifndef TAO_IOPS_H #define TAO_IOPS_H -#include "IOPC.h" +#include "tao/IOPC.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) @@ -35,10 +35,10 @@ TAO_NAMESPACE POA_IOP } TAO_NAMESPACE_CLOSE -#include "IOPS_T.h" +#include "tao/IOPS_T.h" #if defined (__ACE_INLINE__) -#include "IOPS.i" +#include "tao/IOPS.i" #endif /* defined INLINE */ #if defined(_MSC_VER) |