Merge "[Native][25/11/2013][Add]Adding BigInteger class" into tizen
[platform/framework/native/appfw.git] / inc / FBase.h
index 95723ad..08ff006 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 #include <FBaseBoolean.h>
 #include <FBaseInt8.h>
 #include <FBaseInteger.h>
+#include <FBaseInteger8.h>
 #include <FBaseShort.h>
 #include <FBaseLong.h>
 #include <FBaseLongLong.h>
 #include <FBaseFloat.h>
 #include <FBaseDouble.h>
 #include <FBaseString.h>
+#include <FBaseImmutableString.h>
 #include <FBaseInt8Comparer.h>
 #include <FBaseIntegerComparer.h>
+#include <FBaseInteger8Comparer.h>
 #include <FBaseShortComparer.h>
 #include <FBaseLongComparer.h>
 #include <FBaseLongLongComparer.h>
 #include <FBaseFloatComparer.h>
 #include <FBaseDoubleComparer.h>
 #include <FBaseStringComparer.h>
+#include <FBaseStringHashCodeProvider.h>
 #include <FBaseComparerT.h>
 #include <FBaseDateTime.h>
 #include <FBaseTimeSpan.h>
@@ -75,7 +78,7 @@
  *  @remarks  @b Header @b %file: @b \#include @b <FBase.h> @n
  *                             @b Library : @b osp-appfw
  *
- * The %Base namespace contains classes and interfaces around which the entire Tizen platform is built.
+ * The %Base namespace contains classes and interfaces around which the entire %Tizen platform is built.
  * The main features of the namespace include basic data types, collections, runtime libraries, and various utilities.
  *
  * For more information on the %Base namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/base/base_namespace.htm">Base Guide</a>.