]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/props_io.hxx
Update doxgen config and some comments.
[simgear.git] / simgear / props / props_io.hxx
index 92c3bef378f14d733edaf79bac33f90a2980e62a..591fe6274476d9f8dc0a8abe32f372261a851f3a 100644 (file)
 #include <simgear/compiler.h>
 #include <simgear/props/props.hxx>
 
-#include <stdio.h>
-
 #include <string>
-#include <vector>
-#include <map>
 #include <iosfwd>
 
 /**
@@ -65,9 +61,11 @@ void writeProperties (const std::string &file,
 /**
  * Copy properties from one node to another.
  */
-bool copyProperties (const SGPropertyNode *in, SGPropertyNode *out,
-                     int attr_value=0, int attr_mask=0);
+bool copyProperties (const SGPropertyNode *in, SGPropertyNode *out);
+
 
+bool copyPropertiesWithAttribute(const SGPropertyNode *in, SGPropertyNode *out,
+                                 SGPropertyNode::Attribute attr);
 
 #endif // __PROPS_IO_HXX