/Desktop/MGS-MultithreadedGameServer/TFactoryException.cc

Vai alla documentazione di questo file.
00001 //
00002 // File: TFactoryExeption.cc
00003 // Created by: <Detro /> aka Ivan De Marino 
00004 // <detro@mandolinux.org, demarino@studenti.unina.it, demarino@na.astro.it>
00005 // Created on: Sat Nov 20 12:35:23 2004
00006 //
00007 
00008 #include "TFactoryException.h"
00009 
00010 /** 
00011  * Costruttore.
00012  * 
00013  * @param message Messaggio dell'Eccezione. */
00014 TFactoryException::TFactoryException(string message) :
00015 exceptionMessage(message) {}
00016 
00017 /** Distruttore */
00018 TFactoryException::~TFactoryException(void) {}
00019 
00020 /**
00021  * Ritorna il Messaggio di Errore dell'Eccezione
00022  * @return Ritorna la @c string contenente il Messaggio d'errore */
00023 string TFactoryException::getExceptionMessage(void) const {
00024    return exceptionMessage;
00025 }

Generato il Sun Nov 28 13:27:03 2004 per MGS - Multithreaded Game Server da doxygen 1.3.4