Index: trunk/BNC/src/satObs.cpp
===================================================================
--- trunk/BNC/src/satObs.cpp	(revision 6144)
+++ trunk/BNC/src/satObs.cpp	(revision 6144)
@@ -0,0 +1,36 @@
+
+#include "satObs.h"
+using namespace std;
+
+// 
+////////////////////////////////////////////////////////////////////////////
+t_clkCorr::t_clkCorr() {
+}
+
+// 
+////////////////////////////////////////////////////////////////////////////
+t_clkCorr::t_clkCorr(const string& str) {
+}
+
+// 
+////////////////////////////////////////////////////////////////////////////
+string t_clkCorr::toString() const {
+  return "CLK";
+}
+
+// 
+////////////////////////////////////////////////////////////////////////////
+t_orbCorr::t_orbCorr() {
+}
+
+// 
+////////////////////////////////////////////////////////////////////////////
+t_orbCorr::t_orbCorr(const string& str) {
+}
+
+// 
+////////////////////////////////////////////////////////////////////////////
+string t_orbCorr::toString() const {
+  return "ORB";
+}
+
