[tfldump] Rename file DumpOp to OpPrinter (#2566)
author박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Sun, 9 Dec 2018 23:58:51 +0000 (08:58 +0900)
committer박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Sun, 9 Dec 2018 23:58:51 +0000 (08:58 +0900)
This will rename DumpOp header and source file to OpPrinter

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
contrib/tfldump/src/Dump.cpp
contrib/tfldump/src/OpPrinter.cpp [moved from contrib/tfldump/src/DumpOp.cpp with 99% similarity]
contrib/tfldump/src/OpPrinter.h [moved from contrib/tfldump/src/DumpOp.h with 92% similarity]

index 3146417..82d8d7b 100644 (file)
@@ -17,7 +17,7 @@
 #include <tfldump/Dump.h>
 
 #include "Read.h"
-#include "DumpOp.h"
+#include "OpPrinter.h"
 
 #include <ostream>
 
similarity index 99%
rename from contrib/tfldump/src/DumpOp.cpp
rename to contrib/tfldump/src/OpPrinter.cpp
index 57b3015..cb67b35 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "DumpOp.h"
+#include "OpPrinter.h"
 #include "Read.h"
 
 #include <stdex/Memory.h>
similarity index 92%
rename from contrib/tfldump/src/DumpOp.h
rename to contrib/tfldump/src/OpPrinter.h
index bd5f261..dd6df88 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#ifndef __TFLDUMP_DUMPOP_H__
-#define __TFLDUMP_DUMPOP_H__
+#ifndef __TFLDUMP_OPPRINTER_H__
+#define __TFLDUMP_OPPRINTER_H__
 
 #include <schema_generated.h>
 
@@ -58,4 +58,4 @@ private:
 
 } // namespace tfldump
 
-#endif // __TFLDUMP_DUMPOP_H__
+#endif // __TFLDUMP_OPPRINTER_H__