diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-11-27 09:41:20 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-11-27 09:41:20 +0000 |
commit | f439b4ea6abd74e0129e4bb964a5f27fd5fd32b7 (patch) | |
tree | b6997b741bb49a9f57be1496d4e83291c77d9fb0 /CIAO | |
parent | fefe85387337aa4362a1eb3c66cde4b3b2ecc8ff (diff) | |
download | ATCD-f439b4ea6abd74e0129e4bb964a5f27fd5fd32b7.tar.gz |
Mon Nov 27 09:40:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'CIAO')
-rw-r--r-- | CIAO/ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog index ee9fcc61618..480d39f041a 100644 --- a/CIAO/ChangeLog +++ b/CIAO/ChangeLog @@ -1,3 +1,40 @@ +Mon Nov 27 09:40:12 2006 Johnny Willemsen <jwillemsen@remedy.nl> + + * DAnCE/RepositoryManager/RepositoryManager_Impl.cpp + Instead of the http files in this library, use the HTTP + classes from the TAO lib + + * DAnCE/RepositoryManager/HTTP_Client.cpp + * DAnCE/RepositoryManager/HTTP_Client.h + * DAnCE/RepositoryManager/HTTP_Handler.cpp + * DAnCE/RepositoryManager/HTTP_Handler.h + Removed, not needed anymore, these files did move to the TAO + lib to support http:// ior and we are reusing them now in + CIAO + + * DAnCE/RepositoryManager/RepositoryManager.mpc + Removed the files above + +Mon Nov 27 09:36:12 2006 Johnny Willemsen <jwillemsen@remedy.nl> + + * DAnCE/NodeApplicationManager/Containers_Info_Map.cpp: + Instead of the http files in this library, use the HTTP + classes from the TAO lib + + * DAnCE/NodeApplicationManager/URL_Parser.h: + Doxygen improvements + + * DAnCE/NodeApplicationManager/HTTP_Client.cpp: + * DAnCE/NodeApplicationManager/HTTP_Client.h: + * DAnCE/NodeApplicationManager/HTTP_Handler.cpp: + * DAnCE/NodeApplicationManager/HTTP_Handler.h: + Removed, not needed anymore, these files did move to the TAO + lib to support http:// ior and we are reusing them now in + CIAO + + * DAnCE/NodeApplicationManager/NodeApplicationManager.mpc: + Removed the files above + Mon Nov 27 09:33:12 2006 Johnny Willemsen <jwillemsen@remedy.nl> * DAnCE/NodeManager/NodeManager_Impl.cpp: |