Ignore:
Timestamp:
Mar 30, 2010, 1:22:20 PM (15 years ago)
Author:
Saskia Metzler <metzler@…>
Children:
0f7883
Parents:
fd9d77
Message:

WIP tremolo parser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Parser/FormatParser.cpp

    rfd9d77 r2704e2  
    77
    88#include "FormatParser.hpp"
     9#include <iostream>
    910
    1011using namespace std;
     
    3132void FormatParser::update(Observable *publisher) {
    3233  if (!saveStream) {
    33 //    throw new Exception("Please invoke setOfstream() so the parser knows where to save the World's data.");
     34    cerr << "Please invoke setOstream() so the parser knows where to save the World's data." << endl;
     35    return;
    3436  }
    3537
Note: See TracChangeset for help on using the changeset viewer.