Index: trunk/Mars/mcore/fits.h
===================================================================
--- trunk/Mars/mcore/fits.h	(revision 12722)
+++ trunk/Mars/mcore/fits.h	(revision 12732)
@@ -347,17 +347,15 @@
         }
 
-        const Columns& getColumns() const
+        const Columns &GetColumns() const
         {
             return cols;
         }
 
-        const Keys& getKeys() const
+        const Keys &GetKeys() const
         {
             return keys;
         }
 
-
-
-            // Values of keys are always signed
+        // Values of keys are always signed
         template<typename T>
             T Get(const string &key) const
@@ -378,5 +376,5 @@
         }
 
-            // Values of keys are always signed
+        // Values of keys are always signed
         template<typename T>
             T Get(const string &key, const string &deflt) const
@@ -504,5 +502,5 @@
                         throw runtime_error("END keyword missing in FITS header.");
 #else
-                        gLog << ___err__ << "ERROR - END keyword missing in FITS file... file might be corrupted." << endl;
+                        gLog << ___err___ << "ERROR - END keyword missing in FITS file... file might be corrupted." << endl;
                         return;
 #endif
@@ -715,6 +713,6 @@
     bool     HasKey(const string &key) const { return fTable.HasKey(key); }
     bool     HasColumn(const string& col) const { return fTable.HasColumn(col);}
-    const Table::Columns& getColumns() const { return fTable.getColumns();}
-    const Table::Keys& getKeys() const { return fTable.getKeys();}
+    const Table::Columns &GetColumns() const { return fTable.getColumns();}
+    const Table::Keys &GetKeys() const { return fTable.getKeys();}
 
     int64_t  GetInt(const string &key) const { return fTable.Get<int64_t>(key); }
