Merge "Change API for locale" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FBaseComparerT.h
index 7cfad9e..cb597e1 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);
 #ifndef _FBASE_COMPARER_T_H_
 #define _FBASE_COMPARER_T_H_
 
-// Includes
 #include <FBaseTypes.h>
 #include <FBaseColIComparerT.h>
 
-
 namespace Tizen { namespace Base
 {
 /**
@@ -64,9 +61,9 @@ namespace Tizen { namespace Base
  *     }
  * @endcode
  */
-template<class Type>
+template< class Type >
 class ComparerT
-       : public virtual Tizen::Base::Collection::IComparerT <Type>
+       : public virtual Tizen::Base::Collection::IComparerT< Type >
        , public Object
 {
 public:
@@ -134,9 +131,9 @@ private:
 
 }; // ComparerT
 
-template<>
-class ComparerT <Tizen::Base::String>
-       : public virtual Tizen::Base::Collection::IComparerT <Tizen::Base::String>
+template< >
+class ComparerT< Tizen::Base::String >
+       : public virtual Tizen::Base::Collection::IComparerT< Tizen::Base::String >
        , public Object
 {
 public: