Commit 8103dd5e authored by Olivier Bertrand's avatar Olivier Bertrand

- Some end of lines changed from CRLF to LF

modified:
  storage/connect/reldef.h
  storage/connect/tabxml.h
  storage/connect/value.h
parent 5972b56a
...@@ -76,10 +76,7 @@ class DllExport TABDEF : public RELDEF { /* Logical table descriptor */ ...@@ -76,10 +76,7 @@ class DllExport TABDEF : public RELDEF { /* Logical table descriptor */
virtual PIXDEF GetIndx(void) {return NULL;} virtual PIXDEF GetIndx(void) {return NULL;}
virtual void SetIndx(PIXDEF xp) {} virtual void SetIndx(PIXDEF xp) {}
virtual bool IsHuge(void) {return false;} virtual bool IsHuge(void) {return false;}
const CHARSET_INFO *data_charset() const CHARSET_INFO *data_charset() {return m_data_charset;}
{
return m_data_charset;
}
// Methods // Methods
bool DropTable(PGLOBAL g, PSZ name); bool DropTable(PGLOBAL g, PSZ name);
......
...@@ -102,9 +102,7 @@ class DllExport TDBXML : public TDBASE { ...@@ -102,9 +102,7 @@ class DllExport TDBXML : public TDBASE {
virtual void CloseDB(PGLOBAL g); virtual void CloseDB(PGLOBAL g);
virtual int CheckWrite(PGLOBAL g) {Checked = true; return 0;} virtual int CheckWrite(PGLOBAL g) {Checked = true; return 0;}
virtual const CHARSET_INFO *data_charset() virtual const CHARSET_INFO *data_charset()
{ {return &my_charset_utf8_general_ci;}
return &my_charset_utf8_general_ci;
}
protected: protected:
// Members // Members
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment