public ProcessFileChangeLongType()
        {
            //
            m_FileSystemCheckExtension  = new FileSystemCheckExtension();
            m_FileSystemCheckContainKey = new FileSystemCheckContainKey();
            m_processFileCopy           = new processFileCopy();
            m_processFileLongToInt32    = new processFileLongToInt32();

            m_nEProcessFileType = EProcessFileType.EProcessFileType_DoNothing;
        }
        public processFileLongToInt32()
        {
            m_strDataSrcFile  = System.String.Empty;
            m_strDataDestFile = System.String.Empty;

            m_LineCheckContainKey        = new LineCheckContainKey();
            m_processLineLongToInt32     = new processLineLongToInt32();
            m_FileSystemCheckExtension   = new FileSystemCheckExtension();
            m_FileSystemFindKeyLineIndex = new FileSystemFindKeyLineIndex();
            m_LineFindKeyIndex           = new LineFindKeyIndex();
            m_bFileContainKeyInclue      = false;
            m_bNomalInsertKeyInclue      = false;

            //m_str_key_include_type = "#include " + "\"" + "core/types/src/ta_types.h" + "\"";
        }