Index: trunk/BNC/rinex/rnxobsfile.cpp
===================================================================
--- trunk/BNC/rinex/rnxobsfile.cpp	(revision 4112)
+++ trunk/BNC/rinex/rnxobsfile.cpp	(revision 4113)
@@ -645,5 +645,5 @@
 // Write Header
 ////////////////////////////////////////////////////////////////////////////
-void t_rnxObsFile::writeHeader() {
+void t_rnxObsFile::writeHeader(const QMap<QString, QString>& txtMap) {
 
   bncApp* app = (bncApp*) qApp;
Index: trunk/BNC/rinex/rnxobsfile.h
===================================================================
--- trunk/BNC/rinex/rnxobsfile.h	(revision 4112)
+++ trunk/BNC/rinex/rnxobsfile.h	(revision 4113)
@@ -142,5 +142,5 @@
   void setHeader(const t_rnxObsHeader& header, double version);
   void checkNewHeader(const t_rnxObsHeader& header);
-  void writeHeader();
+  void writeHeader(const QMap<QString, QString>& txtMap = QMap<QString, QString>());
   QStringList obsTypesStrings();
   void writeEpoch(const t_rnxEpo* epo);
