diff options
author | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-10-30 13:28:20 +0000 |
---|---|---|
committer | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-10-30 13:28:20 +0000 |
commit | 1f572806b84a24a59c17abb0bfe39341e38ab6e2 (patch) | |
tree | 9792fd1f05632343db0cc529061e5657c0a74777 /CIAO/DAnCE/TargetManager/CmpClient.cpp | |
parent | 37e6f8907cb84a327bdafbfb40026f216535ee11 (diff) | |
download | ATCD-1f572806b84a24a59c17abb0bfe39341e38ab6e2.tar.gz |
ChangeLogTag: Mon Oct 30 13:26:00 UTC 2006 Simon Massey <sma@prismtech.com>
Diffstat (limited to 'CIAO/DAnCE/TargetManager/CmpClient.cpp')
-rw-r--r-- | CIAO/DAnCE/TargetManager/CmpClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/DAnCE/TargetManager/CmpClient.cpp b/CIAO/DAnCE/TargetManager/CmpClient.cpp index 130eba88be1..c8578e9cfef 100644 --- a/CIAO/DAnCE/TargetManager/CmpClient.cpp +++ b/CIAO/DAnCE/TargetManager/CmpClient.cpp @@ -212,7 +212,7 @@ int main (int argc, char* argv[]) Deployment::Domain_var domainV = targetI->getAvailableResources(); // here write things to file ... - write_to_file (domainV); + write_to_file (domainV.in()); ACE_DEBUG ((LM_DEBUG , "\n\nGetAvailableResources Returned \n")); ::Deployment::DnC_Dump::dump (domainV); |