CigiIGSession.cpp

Go to the documentation of this file.
00001 
00044 #define _EXPORT_CCL_
00045 
00046 #include "CigiIGSession.h"
00047 
00048 // ====================================================================
00049 // Construction/Destruction
00050 // ====================================================================
00051 
00052 // ================================================
00053 // CigiIGSession
00054 // vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
00055 CigiIGSession::CigiIGSession(const int NumInBuf, const int InBufLen,
00056                              const int NumOutBuf, const int OutBufLen)
00057 : CigiSession(NumInBuf, InBufLen, NumOutBuf, OutBufLen, CigiSession::IG)
00058 {
00059 }
00060 
00061 // ================================================
00062 // ~CigiIGSession
00063 // vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
00064 CigiIGSession::~CigiIGSession()
00065 {
00066 
00067 }

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