static const char *NAME("application"); //===========================// //== This software is ==// //== (c)opyrighted in 1993 ==// //== by Chris Koeritz ==// //== cak0l@Virginia.EDU ==// //===========================// #include "application.h" application::application() { (NAME?1:0); } application::~application() { } void application::print() const { }