USGS

Isis 3.0 Object Programmers' Reference

Home

KeywordAmbiguous.cpp

Go to the documentation of this file.
00001 
00024 using namespace std;
00025 
00026 using namespace std;
00027 
00028 #include "Message.h"
00029 
00030 QString Isis::Message::KeywordAmbiguous(const QString &key) {
00031   return "Keyword [" + key + "] ambiguous";
00032 }