См. документацию.00001
00002
00003
00004
00005
00006
00007
00008 #ifndef READDIR_H_
00009 #define READDIR_H_
00010 #include "../XML/TagIQ.h"
00011 #include <iostream>
00012 #define ReadDir_xmlnsDir "readdir-data-dir"
00013 #define ReadDir_xmlns "readdir-data"
00014
00015
00016
00017 class ReadDir:public TagIQ{
00018
00019
00020 public:
00021 void addFilename(string filename);
00022 void setPath(string path);
00023 string getPath();
00024 ReadDir(Node* parent=NULL,string from="", string to="", IQType type=TagIQ::Get, string id="");
00025 ReadDir(const Node &basedNode);
00026
00027
00028
00029
00030
00031
00032 virtual ~ReadDir();
00033 };
00034
00035 #endif