USGS

Isis 3.0 Object Programmers' Reference

Home

KeywordBlockStartMissing.cpp
Go to the documentation of this file.
00001 
00024 using namespace std;
00025 
00026 #include "Message.h"
00027 
00028 QString Isis::Message::KeywordBlockStartMissing(const QString &block, const QString &found) {
00029   return "Expecting start of keyword block [" + block + "] but found [" + found + "]";
00030 }