00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00015
00016 #include "MCApplication/MCAppUser.h"
00017 #include "MessageService/MsgService.h"
00018
00019 ClassImp(MCAppUser)
00020
00021 CVSID("$Id: MCAppUser.cxx,v 1.1 2006/10/16 02:09:43 schubert Exp $");
00022
00023
00024
00025 MCAppUser::MCAppUser(const char *name, const char *title)
00026 : TNamed(name,title) {
00027
00028
00029 MSG("MCApp",Msg::kDebug) << "MCAppUser normal ctor @ " << this << endl;
00030
00031 }
00032
00033
00034
00035 MCAppUser::~MCAppUser() {
00036
00037
00038 MSG("MCApp",Msg::kDebug) << "MCAppUser dtor @ " << this << endl;
00039
00040 }