Add temporary header 57/37757/1 submit/tizen/20150403.113621
authorSunggoo Kim <sung.goo.kim@samsung.com>
Fri, 3 Apr 2015 11:29:06 +0000 (20:29 +0900)
committerSunggoo Kim <sung.goo.kim@samsung.com>
Fri, 3 Apr 2015 11:29:41 +0000 (20:29 +0900)
Change-Id: If31773297e6099906f145b38b7c8d91d0434021f

include/calendar2.h [new file with mode: 0644]

diff --git a/include/calendar2.h b/include/calendar2.h
new file mode 100644 (file)
index 0000000..0fc09dc
--- /dev/null
@@ -0,0 +1,24 @@
+/*
+ * Calendar Service
+ *
+ * Copyright (c) 2012 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+#ifndef __TIZEN_SOCIAL_CALENDAR2_H__
+#define __TIZEN_SOCIAL_CALENDAR2_H__
+
+#include <calendar.h>
+
+#endif /* __TIZEN_SOCIAL_CALENDAR2_H__ */