moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kstars / kstars / indi / apogee / ApnSerial.cpp
blob43687aad7c1b6fb03aa45c27d28402f4dd88a3d5
1 // ApnSerial.cpp: implementation of the CApnSerial class.
2 //
3 //////////////////////////////////////////////////////////////////////
5 #include "stdafx.h"
6 #include "apogee.h"
7 #include "ApnSerial.h"
9 #ifdef _DEBUG
10 #undef THIS_FILE
11 static char THIS_FILE[]=__FILE__;
12 #define new DEBUG_NEW
13 #endif
15 //////////////////////////////////////////////////////////////////////
16 // Construction/Destruction
17 //////////////////////////////////////////////////////////////////////
19 CApnSerial::CApnSerial()
21 m_SerialId = -1;
24 CApnSerial::~CApnSerial()