diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-14 13:51:10 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-14 13:51:10 +0000 |
commit | 1c91bd37c1055b907339ba5bb5d00856ad1f0c3e (patch) | |
tree | 412eaf4b1f7a0800be10bbd476b5551f6544da83 /TAO/tao/Profile.cpp | |
parent | 9b556fffc8a40840fde95d0d8acab0993aff2bec (diff) | |
download | ATCD-1c91bd37c1055b907339ba5bb5d00856ad1f0c3e.tar.gz |
ChangeLogTag: Wed Apr 14 13:38:21 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r-- | TAO/tao/Profile.cpp | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp index 0592aa5460f..a54f817d33f 100644 --- a/TAO/tao/Profile.cpp +++ b/TAO/tao/Profile.cpp @@ -1,12 +1,13 @@ // $Id$ -#include "Profile.h" -#include "Messaging_PolicyValueC.h" -#include "Stub.h" -#include "debug.h" -#include "target_specification.h" -#include "ORB_Core.h" -#include "Client_Strategy_Factory.h" +#include "tao/Profile.h" +#include "tao/Messaging_PolicyValueC.h" +#include "tao/Stub.h" +#include "tao/debug.h" +#include "tao/target_specification.h" +#include "tao/ORB_Core.h" +#include "tao/Client_Strategy_Factory.h" +#include "tao/CDR.h" #include "ace/ACE.h" #include "ace/OS_NS_string.h" |