summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/indi/apogee/ApnSerial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/indi/apogee/ApnSerial.cpp')
-rw-r--r--kstars/kstars/indi/apogee/ApnSerial.cpp27
1 files changed, 27 insertions, 0 deletions
diff --git a/kstars/kstars/indi/apogee/ApnSerial.cpp b/kstars/kstars/indi/apogee/ApnSerial.cpp
new file mode 100644
index 00000000..43687aad
--- /dev/null
+++ b/kstars/kstars/indi/apogee/ApnSerial.cpp
@@ -0,0 +1,27 @@
+// ApnSerial.cpp: implementation of the CApnSerial class.
+//
+//////////////////////////////////////////////////////////////////////
+
+#include "stdafx.h"
+#include "apogee.h"
+#include "ApnSerial.h"
+
+#ifdef _DEBUG
+#undef THIS_FILE
+static char THIS_FILE[]=__FILE__;
+#define new DEBUG_NEW
+#endif
+
+//////////////////////////////////////////////////////////////////////
+// Construction/Destruction
+//////////////////////////////////////////////////////////////////////
+
+CApnSerial::CApnSerial()
+{
+ m_SerialId = -1;
+}
+
+CApnSerial::~CApnSerial()
+{
+
+}