USGS

Isis 3.0 Object Programmers' Reference

Home

FileCreate.cpp

Go to the documentation of this file.
00001 
00024 using namespace std;
00025 
00026 #include "Message.h"
00027 
00028 QString Isis::Message::FileCreate(const QString &filename) {
00029   return "Unable to create [" + filename + "]";
00030 }