USGS

Isis 3.0 Object Programmers' Reference

Home

FileOpen.cpp
Go to the documentation of this file.
1 
24 using namespace std;
25 
26 #include "Message.h"
27 
28 QString Isis::Message::FileOpen(const QString &filename) {
29  return "Unable to open [" + filename + "]";
30 }