Searched refs:m_version (Results 1 – 4 of 4) sorted by relevance
34 return m_version; in getVersion()52 int m_version; variable
27 this->m_version = 0; in LdifReader()73 valuestream >> this->m_version; in readNextRecord()74 if ( this->m_version != 1 ) // there is no other Version than LDIFv1 in readNextRecord()90 if ( this->m_version == 1 ) in readNextRecord()
15 m_ldifstream(output), m_version(version), m_addSeparator(false) in LdifWriter()67 if ( m_version == 1 ) in writeIncludeRecord()
27 int m_version; variable