X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBase.h;h=0918b778828802571a654b784d54bfa3e4950522;hb=9646d95c0666d24d94fdefeedf94c951b9d6c812;hp=95723ad7b0c68544f8f97e594e76aa774cd410d2;hpb=6b44196c40a66b895028f7ba2e9b5e41bc715ab2;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBase.h b/inc/FBase.h index 95723ad..0918b77 100644 --- a/inc/FBase.h +++ b/inc/FBase.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -16,8 +15,8 @@ // /** - * @file FBase.h - * @brief This is the header file for the %Base namespace. + * @file FBase.h + * @brief This is the header file for the %Base namespace. * * This header file contains the declarations and descriptions of the %Base namespace. */ @@ -50,6 +49,7 @@ #include #include #include +#include #include #include #include @@ -73,15 +73,15 @@ * @since 2.0 * * @remarks @b Header @b %file: @b \#include @b @n - * @b Library : @b osp-appfw + * @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 Base Guide. * - * The following diagram illustrates the relationships between the classes belonging to the %Base namespace. - * @image html base_namespace_classdiagram.png + * The following diagram illustrates the relationships between the classes belonging to the %Base namespace. + * @image html base_namespace_classdiagram.png * * *