OSDN Git Service

roast/datetime -> roast/time
authorMyun2 <myun2@nwhite.info>
Sun, 29 Apr 2012 16:55:46 +0000 (01:55 +0900)
committerMyun2 <myun2@nwhite.info>
Sun, 29 Apr 2012 16:55:46 +0000 (01:55 +0900)
roast/include/roast/datetime/datetime.hpp [deleted file]
roast/include/roast/time/datetime.hpp [new file with mode: 0644]

diff --git a/roast/include/roast/datetime/datetime.hpp b/roast/include/roast/datetime/datetime.hpp
deleted file mode 100644 (file)
index 688e9eb..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-//     Roast+ License
-/*
-       
-*/
-#ifndef __SFJP_ROAST__datetime__datetime_HPP__
-#define __SFJP_ROAST__datetime__datetime_HPP__
-
-namespace roast
-{
-       class datetime
-       {
-       public:
-               datetime(
-       };
-}
-
-#endif//__SFJP_ROAST__datetime__datetime_HPP__
\ No newline at end of file
diff --git a/roast/include/roast/time/datetime.hpp b/roast/include/roast/time/datetime.hpp
new file mode 100644 (file)
index 0000000..77d8ef7
--- /dev/null
@@ -0,0 +1,23 @@
+//     Roast+ License
+/*
+       
+*/
+#ifndef __SFJP_ROAST__datetime__datetime_HPP__
+#define __SFJP_ROAST__datetime__datetime_HPP__
+
+#include <time.h>
+
+namespace roast
+{
+       ///////////////////////////////////////////////////////////////
+       
+       class datetime
+       {
+       public:
+               datetime(){]
+       };
+       
+       ///////////////////////////////////////////////////////////////
+}
+
+#endif//__SFJP_ROAST__datetime__datetime_HPP__
\ No newline at end of file