Changeset 3251 in ntrip


Ignore:
Timestamp:
Apr 3, 2011, 10:50:56 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmain.cpp

    r3076 r3251  
    4949#include "bncsettings.h"
    5050#include "bncversion.h"
     51#include "upload/bncephuploadcaster.h"
    5152
    5253using namespace std;
     
    131132    signal(SIGINT, catch_signal);
    132133
     134    bncEphUploadCaster* casterEph = new bncEphUploadCaster(); (void) casterEph;
     135
    133136    bncCaster* caster = new bncCaster(settings.value("outFile").toString(),
    134137                                      settings.value("outPort").toInt());
Note: See TracChangeset for help on using the changeset viewer.