AndroMeta  2.0.0
AndroMeta/include/AndroMeta/MTimeoutError.h
Go to the documentation of this file.
00001 /*
00002  * Copyright 2009-2012 AndroMeta LLC. All rights reserved.
00003  *
00004  * AndroMeta LLC retains all intellectual property and proprietary 
00005  * rights to this software and related documentation and any modifications 
00006  * thereto.  Any use, reproduction, disclosure, or distribution of this 
00007  * software and related documentation without an express license agreement 
00008  * from AndroMeta LLC is strictly prohibited.
00009  * 
00010  */
00011 
00018 #ifndef ANDROMETA_M_TIMEOUT_ERROR_H
00019 #define ANDROMETA_M_TIMEOUT_ERROR_H
00020 
00021 #include <AndroMeta/MInterruptError.h>
00022 
00023 namespace Meta{
00024   
00031   class MTimeoutError : public MInterruptError{
00032   public:
00036     MTimeoutError(const mstr& msg) throw();
00037     
00041     virtual ~MTimeoutError() throw();
00042     
00043   private:
00044     MTimeoutError& operator=(const MTimeoutError&);
00045   };
00046   
00047 } // end namespace Meta
00048 
00049 #endif // ANDROMETA_M_TIMEOUT_ERROR_H