Changeset 2509 in ntrip for trunk/BNS/bnscaster.cpp


Ignore:
Timestamp:
Jul 8, 2010, 8:55:38 PM (14 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnscaster.cpp

    r2374 r2509  
    1818#include "bnscaster.h"
    1919#include "bnssettings.h"
     20#include "bnsversion.h"
    2021
    2122using namespace std;
     
    194195  QByteArray msg = "SOURCE " + password.toAscii() + " /" +
    195196                   _mountpoint.toAscii() + "\r\n" +
    196                    "Source-Agent: NTRIP BNS/1.1\r\n\r\n";
     197                   "Source-Agent: NTRIP BNS/" BNSVERSION "\r\n\r\n";
    197198
    198199  _outSocket->write(msg);
Note: See TracChangeset for help on using the changeset viewer.