Use atomic operation for Reference counting
[platform/framework/native/appfw.git] / inc / FBaseColStlConverter.h
index 20dc372..6f92448 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2013 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -44,11 +43,11 @@ class IMultiMap;
 
 /**
  *     @class  StlConverter
- *     @brief  This class provides static methods to convert Tizen Collection to STL Container and vice versa.
+ *     @brief  This class provides static methods to convert %Tizen Collection to STL Container and vice versa.
  *
  *     @since  2.1
  *
- *     The %StlConverter class provides static methods to convert Tizen Collection to STL Container and vice versa.
+ *     The %StlConverter class provides static methods to convert %Tizen Collection to STL Container and vice versa.
  *     The following example demonstrates how to use the %StlConverter class.
  *
  *     @code