Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ex_mail_contact.cpp

Go to the documentation of this file.
00001 #include <Option.h>
00002 
00003 using namespace std;
00004 
00005 namespace rs {
00006     string COPYRIGHT_BY() {
00007         return "Mr.Nobody";
00008     }
00009     string MAIL_CONTACT(const string& /*progname*/) {
00010         return "mr.nobody@domain.de";
00011     }
00012 };

Contact me in case of errors or questions.
This documentation is powered by Doxygen.
(C) 2000-2002 Doxygen