Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members  

SocketException.h

00001 
00006 #ifndef __SOCKETEXCEPTION_H_
00007 #define __SOCKETEXCEPTION_H_
00008 
00009 #include <string>
00010 
00011 class SocketException
00012 {
00013  public:
00014   SocketException(string errMsg);
00015   ~SocketException();
00016 
00017   string toString();
00018 
00019  private:
00020   string err;
00021 };
00022 
00023  
00024 #endif /*__SOCKETEXCEPTION_H_*/

Generated on Wed Feb 18 13:45:55 2004 for strongroom by doxygen1.2.18