Date.h | Date.h | |||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
* License along with this library; if not, write to the Free Software | * License along with this library; if not, write to the Free Software | |||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 1 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 1 USA | |||
*/ | */ | |||
#ifndef PLIST__DATE_H | #ifndef PLIST__DATE_H | |||
#define PLIST__DATE_H | #define PLIST__DATE_H | |||
#include <plist/Node.h> | #include <plist/Node.h> | |||
#include <ctime> | #include <ctime> | |||
#ifdef _MSC_VER | #ifdef _WIN32 | |||
#include <Winsock2.h> | #include <Winsock2.h> | |||
#endif | #endif | |||
namespace PList | namespace PList | |||
{ | { | |||
class Date : public Node | class Date : public Node | |||
{ | { | |||
public : | public : | |||
Date(Node* parent = NULL); | Date(Node* parent = NULL); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||