CigiHostSession.h

Go to the documentation of this file.
00001 
00042 #if !defined(_CIGI_HOST_SESSION_INCLUDED_)
00043 #define _CIGI_HOST_SESSION_INCLUDED_
00044 
00045 
00046 #include "CigiSession.h"
00047 
00048 
00049 //=========================================================
00052 class CIGI_SPEC CigiHostSession : public CigiSession  
00053 {
00054 public:
00055 
00056    //==> Management
00057 
00058    //=========================================================
00061         CigiHostSession(const int NumInBuf = 2, const int InBufLen = 16384,
00062                    const int NumOutBuf = 2, const int OutBufLen = 16384);
00063 
00064    //=========================================================
00067         virtual ~CigiHostSession();
00068 
00069 };
00070 
00071 #endif // !defined(_CIGI_HOST_SESSION_INCLUDED_)

Generated on Wed Apr 29 08:59:56 2009 for CCL by  doxygen 1.4.7