diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-02-04 20:20:27 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-02-04 20:20:27 +0000 |
commit | 5a326f47963cc1ef9f2a0d8a0f3bcb94d9b80b89 (patch) | |
tree | c76428cd75cef4d8a412be96af1accf5cdab557f /TAO/orbsvcs/Concurrency_Service | |
parent | 4755552109abd912dbf3ed4ccc6d134500b4f0cb (diff) | |
download | ATCD-5a326f47963cc1ef9f2a0d8a0f3bcb94d9b80b89.tar.gz |
ChangeLogTag: Wed Feb 4 14:18:04 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/Concurrency_Service')
-rw-r--r-- | TAO/orbsvcs/Concurrency_Service/Concurrency_Service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Concurrency_Service/Concurrency_Service.h b/TAO/orbsvcs/Concurrency_Service/Concurrency_Service.h index 18a728b7e86..38d5bb7ad7e 100644 --- a/TAO/orbsvcs/Concurrency_Service/Concurrency_Service.h +++ b/TAO/orbsvcs/Concurrency_Service/Concurrency_Service.h @@ -28,8 +28,8 @@ #include "ace/Log_Msg.h" #include "tao/PortableServer/ORB_Manager.h" -#include "orbsvcs/Concurrency/Concurrency_Utils.h" -#include "orbsvcs/Naming/Naming_Utils.h" +#include "orbsvcs/orbsvcs/Concurrency/Concurrency_Utils.h" +#include "orbsvcs/orbsvcs/Naming/Naming_Utils.h" class Concurrency_Service : public TAO_ORB_Manager { |