Replace types_internal.h with Types.h 00/66100/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 15 Apr 2016 07:27:17 +0000 (16:27 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 15 Apr 2016 07:27:17 +0000 (16:27 +0900)
Change-Id: I0c33aba00bd9194b6420cdac9d8ebdd47da3b423
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
40 files changed:
src/custom/CustomBase.h
src/custom/CustomContextProvider.cpp
src/device/DeviceContextProvider.cpp
src/device/DeviceProviderBase.h
src/device/activity/ActivityBase.cpp
src/place/PlaceContextProvider.cpp
src/place/geofence/GeofenceMonitorHandle.cpp
src/place/geofence/PlaceGeofenceProvider.cpp
src/place/recognition/place_recognition.cpp
src/place/recognition/user_places/debug_utils.cpp
src/place/recognition/user_places/location_logger.cpp
src/place/recognition/user_places/mahal.cpp
src/place/recognition/user_places/median.cpp
src/place/recognition/user_places/piecewise_lin.cpp
src/place/recognition/user_places/place_categer.cpp
src/place/recognition/user_places/places_detector.cpp
src/place/recognition/user_places/user_places.cpp
src/place/recognition/user_places/user_places_types.cpp
src/place/recognition/user_places/visit_categer.cpp
src/place/recognition/user_places/visit_detector.cpp
src/place/recognition/user_places/wifi_logger.cpp
src/statistics/StatisticsContextProvider.cpp
src/statistics/app/ActiveWindowMonitor.cpp
src/statistics/app/AppStatisticsProvider.cpp
src/statistics/app/DbHandle.cpp
src/statistics/app/DbInit.cpp
src/statistics/app/InstallMonitor.cpp
src/statistics/app/app_inactive_detector/app_inactive_detector.cpp
src/statistics/app/app_inactive_detector/inactive_detector.cpp
src/statistics/app/app_inactive_detector/inactive_detector_classificator.cpp
src/statistics/app/app_inactive_detector/inactive_detector_classificator_kmeans.cpp
src/statistics/app/app_inactive_detector/inactive_detector_storage.cpp
src/statistics/app/app_inactive_detector/inactive_detector_weight.cpp
src/statistics/media/DbHandle.cpp
src/statistics/media/MediaContentMonitor.cpp
src/statistics/shared/DbHandleBase.cpp
src/statistics/shared/SystemInfo.cpp
src/statistics/social/DbHandle.cpp
src/statistics/social/LogAggregator.cpp
src/statistics/social/SocialStatisticsProvider.cpp

index c95ba5c9569308fe4695dbcb5327344f437f4637..07504ec252c71c61f7c375ff3f7206d325636450 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <Json.h>
 #include <ContextProviderBase.h>
-#include <types_internal.h>
+#include <Types.h>
 
 namespace ctx {
 
index b6e251bac5fe5fdfb99b5dc57d8e0ab1e02987f0..13371b5d50c3e251c1c53d350138852361316579 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <map>
 #include <vector>
-#include <types_internal.h>
+#include <Types.h>
 #include <ContextManager.h>
 #include <ContextProviderBase.h>
 #include <DatabaseManager.h>
index b4c657efd9dc394b4404108f3783b2b0cf1edaea..0f31ed6caf553ddbbcd94e57bf908514f9e38207 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <types_internal.h>
+#include <Types.h>
 #include <ContextManager.h>
 #include <ContextProviderBase.h>
 #include <DeviceContextProvider.h>
index 3d8123310e6b9e584456fa5a4d6dc914918ae136..323abe728915ebc88ecb76612885fab9d55fe42e 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef _CONTEXT_DEVICE_PROVIDER_BASE_H_
 #define _CONTEXT_DEVICE_PROVIDER_BASE_H_
 
-#include <types_internal.h>
+#include <Types.h>
 #include <Json.h>
 #include <ContextProviderBase.h>
 
index 67cd4e342dddffa7c5d550831abd9470ba149b8a..8b16c281bf0ddd79c22b383b6b2cfb908a8c8615 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <types_internal.h>
+#include <Types.h>
 #include <ContextManager.h>
 #include "ActivityTypes.h"
 #include "ActivityBase.h"
index 8eb75962eb9d48eca8011f73f3c9df244f7749ae..dabdac0931eec10ca16e81860e689280de9b00b3 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <types_internal.h>
+#include <Types.h>
 #include <ContextManager.h>
 #include <ContextProviderBase.h>
 #include <PlaceContextProvider.h>
index cdb60eeee20f4a95491a3711b05ee0d138a3b9b4..0e031bf8bb7f0efbe0c6dfe885bce3fb88ef5b69 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <types_internal.h>
+#include <Types.h>
 #include <Json.h>
 #include <ContextManager.h>
 #include "PlaceGeofenceTypes.h"
index a1a5b5fd61a5df55ddfbdce23b68571552726553..91b078524491af7caafcb7ff524dbad6604d8099 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <geofence_manager.h>
 
-#include <types_internal.h>
+#include <Types.h>
 #include <Json.h>
 #include <ContextManager.h>
 #include "PlaceGeofenceProvider.h"
index 76c09e134654979ad8ddca3f18dc21b83563dab1..bca18be94cb778d404df0fb97bec7689e3d9f490 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <types_internal.h>
+#include <Types.h>
 #include <ContextManager.h>
 #include "place_recognition.h"
 #include "user_places/user_places.h"
index 064e41b16c69dfdd2673f5f844a5a0411307b0ae..b5fccf2e7f477bd69bb1219b26f40b6ac0c403cc 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include "debug_utils.h"
-#include <types_internal.h>
+#include <Types.h>
 
 std::string ctx::DebugUtils::humanReadableDateTime(time_t timestamp, std::string format, size_t size, bool utc)
 {
index 193002c376351ef0e1d3693c37c138d3e6d0be97..09947343be7439195e0daf2b79d80cfb1516df5d 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <sstream>
-#include <types_internal.h>
+#include <Types.h>
 #include <Json.h>
 #include <DatabaseManager.h>
 #include "../place_recognition_types.h"
index cd7ff78f702a83bbb4d33fb75e32e4307e7440a5..ccc7f9f3ae2723a67dc330a6eb7a572f62ad2ba2 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "mahal.h"
 #include <math.h>
-#include <types_internal.h>
+#include <Types.h>
 
 ctx::num_t ctx::MahalModel::distance(const std::vector<num_t> &v1, const std::vector<num_t> &v2, const std::vector<num_t> &m)
 {
index 557c2949a2b1fa9b3479af62fd6cac8d5de08828..f0463b316db56e8d6489734216e5c74947c9206d 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <algorithm>
-#include <types_internal.h>
+#include <Types.h>
 #include "median.h"
 
 ctx::num_t ctx::median(std::vector<ctx::num_t> &v)
index 2222c1635ab7314d6965fa78cffb1b152471b4a9..638af661253e69d245d67b289c23efb8764ca823 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include "piecewise_lin.h"
-#include <types_internal.h>
+#include <Types.h>
 
 ctx::PiecewiseLin::PiecewiseLin(std::vector<num_t> xs, std::vector<num_t> vs) :
        __xs(xs),
index f71fe2cfc6dda02ecdf06c9afcd5b5ef937c9246..1b4c97572c7079e6c4157ff32b73f489e5322b5c 100644 (file)
@@ -20,7 +20,7 @@
 #include "user_places_params.h"
 #include "user_places_types.h"
 #include <algorithm>
-#include <types_internal.h>
+#include <Types.h>
 
 void ctx::PlaceCateger::reduceOutliers(ctx::Visits &visits)
 {
index 525fc43e8ab2786bc8e0d4aaee2818b4da873846..a48e39579e0fabf1444f96929dad97438f3156fb 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <sstream>
-#include <types_internal.h>
+#include <Types.h>
 #include <Json.h>
 #include "similarity.h"
 #include "places_detector.h"
index 1b927c31acee6514c9ce9b4201eb7e51b22a6976..ca237ea84a05fd211ad0ff1c8bb598c60c597a56 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <ctime>
 #include <memory>
-#include <types_internal.h>
+#include <Types.h>
 #include "user_places.h"
 #include "places_detector.h"
 #include "../place_recognition_types.h"
index 7efd9481d0d7c568feb22be9dba7eb2d41bfeac9..14b135583d6202319d2143bd6ff26cdc63bc8015 100644 (file)
@@ -19,7 +19,7 @@
 #include <iomanip>
 #include <sstream>
 #include <algorithm>
-#include <types_internal.h>
+#include <Types.h>
 #include "user_places_types.h"
 #include "user_places_params.h"
 #include "debug_utils.h"
index 7c6ab7de2962424b571261ff12683a34306ae6e8..1d4c0c65c7dbb396f82fa7d99261af66c1bccf45 100644 (file)
@@ -19,7 +19,7 @@
 #include <time.h>
 #include "../place_recognition_types.h"
 #include "prob_features_model.h"
-#include <types_internal.h>
+#include <Types.h>
 
 // categorizer model parameters trained offline (implemented in python):
 const std::map<int, ctx::MahalModel> ctx::VisitCateger::__models({
index d63febfc2950e18c5a8cbc5ed444b351817215ed..e0ba64236f7e6a35ab55f499a6a8e8282df99630 100644 (file)
@@ -18,7 +18,7 @@
 #include <iostream>
 #include <iomanip>
 #include <sstream>
-#include <types_internal.h>
+#include <Types.h>
 #include <Json.h>
 #include "../place_recognition_types.h"
 #include "visit_detector.h"
index e1d14282d0666a3993e3ae4a1993c0207215dd55..3367276a361b8fa5f3e3c7d419e4cf5f8474405d 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <sstream>
-#include <types_internal.h>
+#include <Types.h>
 #include <DatabaseManager.h>
 #include "../place_recognition_types.h"
 #include "debug_utils.h"
index 762cb6064d6eec0d873e32e798c2bfaeac89a74e..63bc61813bbf31b2d700427a7a53bb757c301d4c 100644 (file)
@@ -13,7 +13,7 @@
  * limitations under the License.
  */
 
-#include <types_internal.h>
+#include <Types.h>
 #include <ContextManager.h>
 #include <ContextProviderBase.h>
 #include <StatisticsContextProvider.h>
index db8b7530d42a43a6294f5e37e3bea9856ade9e71..c8d31203e72c80bb91f7449f72b3bb5554d56637 100644 (file)
@@ -19,7 +19,7 @@
 #include <app_manager.h>
 
 #include <Json.h>
-#include <types_internal.h>
+#include <Types.h>
 #include "../shared/SystemInfo.h"
 #include "AppStatisticsTypes.h"
 #include "ActiveWindowMonitor.h"
index 49fe48010e17fffa4fd4bf3c01d123d531f01f10..a7d4211f2fba4f92198a2712e654e010a23b2f99 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <types_internal.h>
+#include <Types.h>
 #include <Json.h>
 #include <ContextManager.h>
 #include "AppStatisticsProvider.h"
index bf58209bd6614517e4e41bd79bd79e0f57410696..b83c137c284a43ee9258fc04077f481456926917 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <sstream>
-#include <types_internal.h>
+#include <Types.h>
 #include <ContextManager.h>
 #include "AppStatisticsTypes.h"
 #include "DbHandle.h"
index a2a5912b1b4c5ca8298fbe9d81010f1905cd46cc..9c4ec2499fea5ea34d30cf9ac63017bdd300c853 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <sstream>
 #include <Json.h>
-#include <types_internal.h>
+#include <Types.h>
 #include "AppStatisticsTypes.h"
 #include "DbInit.h"
 
index 4dea4096a43000186ec190c7402b67ee1d2d8f72..af5169f028b2b76d24df21b68951e244aa605738 100644 (file)
@@ -17,7 +17,7 @@
 #include <sstream>
 #include <glib.h>
 #include <Json.h>
-#include <types_internal.h>
+#include <Types.h>
 #include <DatabaseManager.h>
 #include "AppStatisticsTypes.h"
 #include "InstallMonitor.h"
index 3e36f7d42fcdf7659a9c02ec89ec263826512a7a..ef5c23afdcfbd3444d5dce4d652ccd77b7c96f23 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <types_internal.h>
+#include <Types.h>
 #include <ContextManager.h>
 #include <Json.h>
 #include "app_inactive_detector.h"
index f6e82f99b071a21ea63dc493ffcd7d468e270c03..5da86fe93591ee990e79a20df900256afd6f76d5 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <ctime>
-#include <types_internal.h>
+#include <Types.h>
 #include "inactive_detector.h"
 #include "inactive_detector_weight.h"
 #include "inactive_detector_storage.h"
index 9f85f94a8b2e18ed525bbb4f846a99fb59b8cce0..adcf6992448b97abbd9a34aef10c7dbc77f1b29d 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <types_internal.h>
+#include <Types.h>
 #include "inactive_detector.h"
 #include "app_inactive_detector_types.h"
 #include "inactive_detector_classificator.h"
index f0208750ac69d4399076e411f1bc3cfdedd57f5c..298f60df2f5688ba093ff474277af9bd37e0c3cb 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <types_internal.h>
+#include <Types.h>
 #include "app_inactive_detector_types.h"
 #include "inactive_detector_classificator_kmeans.h"
 #include "inactive_detector_classificator_kmeans_types.h"
index 9e2781020309de83c6767d9c3488daafa564121a..3cfcb2d6a73c2e58ad56cc10c4ff36b50b735951 100644 (file)
@@ -18,7 +18,7 @@
 #include <ctime>
 #include <string>
 #include <memory>
-#include <types_internal.h>
+#include <Types.h>
 #include "inactive_detector.h"
 #include "inactive_detector_storage.h"
 #include "inactive_detector_storage_queries.h"
index 5b21c1ee47dabb832016851f7bc68accd660da84..52ed158cb5582a6ac31034d6c3eebc721eb91be3 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <types_internal.h>
+#include <Types.h>
 #include "inactive_detector_weight.h"
 #include "inactive_detector_storage.h"
 
index 5eeb81e30fcc8572e099c8c0c320559ec8f9f6a6..ec1e252496a3970925c550ab9efa3fa16c0f20a7 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <sstream>
-#include <types_internal.h>
+#include <Types.h>
 #include <ContextManager.h>
 #include "../shared/SystemInfo.h"
 #include "MediaStatisticsTypes.h"
index 74b59a8e84e97169dfa17aff3ff2838a6c299460..78ff0ef55998b0f4c2a9f4b778ee0792bff982b8 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <time.h>
-#include <types_internal.h>
+#include <Types.h>
 #include "../shared/SystemInfo.h"
 #include "MediaStatisticsTypes.h"
 #include "DbHandle.h"
index b2917b5e3b7092413cb6d70a08180d6eb0260c23..77982aaff0fdcf2292d9342643c0fdb20d843f64 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <sstream>
-#include <types_internal.h>
+#include <Types.h>
 #include <ContextManager.h>
 #include "CommonTypes.h"
 #include "DbHandleBase.h"
index ad6b1f2abaeeadd7d4d0f9ef3c7f5c7b54e6c70a..369d5c3686d225e18dbbab71188835fad513ed2c 100644 (file)
@@ -17,7 +17,7 @@
 #include <glib.h>
 #include <runtime_info.h>
 #include <sound_manager.h>
-#include <types_internal.h>
+#include <Types.h>
 #include <SharedVars.h>
 #include "SystemInfo.h"
 
index 9886e480969504da83cc072574ed3ee662857eaa..03c7dabb1e36da15f0c053014f4cb5732685f341 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <sstream>
 #include <contacts.h>
-#include <types_internal.h>
+#include <Types.h>
 #include <ContextManager.h>
 #include "SocialStatisticsTypes.h"
 #include "DbHandle.h"
index dd6db76b185355b64397c1dc1973617f89a14863..dac092dbedb65d443947ffae2b1f26d005c4985d 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <sstream>
 #include <Json.h>
-#include <types_internal.h>
+#include <Types.h>
 #include "SocialStatisticsTypes.h"
 #include "LogAggregator.h"
 
index 0a33725ecb57d1ced89bf2b1c7912f1de026fc87..f240296ff0cd0e6ca199df8160ea5b03e8cfd918 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <types_internal.h>
+#include <Types.h>
 #include <Json.h>
 #include <ContextManager.h>
 #include "SocialStatisticsProvider.h"