summaryrefslogtreecommitdiffstats
path: root/examples/create_resource.c
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2007-01-05 14:32:01 +0000
committerAnas Nashif <nashif@intel.com>2007-01-05 14:32:01 +0000
commit0b5ff84de72d62ee0a7d0cc10b70747ccb089f26 (patch)
tree1816811e8ff628e59e243b771c9e106b4d1dfed8 /examples/create_resource.c
parent84938be902abf9f3a90dd5492b84fff2b365bb06 (diff)
downloadwsmancli-0b5ff84de72d62ee0a7d0cc10b70747ccb089f26.tar.gz
wsmancli-0b5ff84de72d62ee0a7d0cc10b70747ccb089f26.tar.xz
wsmancli-0b5ff84de72d62ee0a7d0cc10b70747ccb089f26.zip
adapt to new Create and Put actions
Diffstat (limited to 'examples/create_resource.c')
-rw-r--r--examples/create_resource.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/create_resource.c b/examples/create_resource.c
index 905b8e2..a66a5fa 100644
--- a/examples/create_resource.c
+++ b/examples/create_resource.c
@@ -158,9 +158,10 @@ int main(int argc, char** argv)
array[3] = 5;
d->Handles.count = count;
d->Handles.data = array;
-
+/*
doc = ws_transfer_create(cl, RESOURCE_URI, d,
EXL_ExamplePolicy_TypeInfo, options);
+ */
ws_xml_dump_node_tree(stdout, ws_xml_get_doc_root(doc));
if (uri) {