Change file path of domain socket
[platform/framework/native/appfw.git] / src / io / FIo_DataSetImpl.cpp
index 47cf846..012d78f 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);
@@ -37,10 +36,11 @@ using namespace Tizen::Base::Collection;
 namespace Tizen { namespace Io
 {
 _DataSetImpl::_DataSetImpl(void)
-       :__rowCount(0),
-       __pDataSet(null),
-       __pColumnList(null),
-       __pColumnTypeList(null)
+       : __columnCount(0)
+       , __rowCount(0)
+       , __pDataSet(null)
+       , __pColumnList(null)
+       , __pColumnTypeList(null)
 {
 }