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

exception_codes.h

00001 #ifndef  EDG_WORKLOAD_COMMON_SOCKETPP_EXCEPTION_CODES_H
00002 #define EDG_WORKLOAD_COMMON_SOCKETPP_EXCEPTION_CODES_H
00003 /*
00004  * exception_codes.h
00005  * Copyright (c) 2001 The European Datagrid Project - IST programme, all rights reserved.
00006  * Contributors are mentioned in the code where appropriate.
00007  */
00008 
00009 #include "edg/workload/common/utilities/exception_codes.h"
00010 
00011 namespace edg {
00012 namespace workload {
00013 namespace common {
00014 namespace socket_pp {
00015 
00016 enum {
00017       SOCKET_FATAL_ERROR = edg::workload::common::utilities::WL_SOCKET_ERROR_BASE +1 ,
00018       SOCKET_IO_ERROR ,
00019       SOCKET_AUTHORIZATION_ERROR ,
00020       SOCKET_AUTHENTICATION_ERROR
00021 };
00022 
00023 } // namespace socket_pp
00024 } // namespace common
00025 } // namespace workload
00026 } // namespace edg
00027 #endif
00028 
00029 // EOF

Generated on Fri May 14 14:18:25 2004 for COMMON API - configuration, jobid, ldif2classadi, logger, process, requestad, socket++i, task, utilities by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002