oopapidocs
2.0
|
00001 00002 #ifndef STDINREADER_H 00003 #define STDINREADER_H 00004 00005 #include "dobjs_export.h" 00006 #include "dataobject.h" 00007 00008 00016 class DOBJS_EXPORT StdinReader { 00017 public: 00026 static bool readProperties(DataObject* ptr); 00027 }; 00028 00029 #endif