[cig-commits] r13487 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Tue Dec 9 18:12:21 PST 2008


Author: luis
Date: 2008-12-09 18:12:20 -0800 (Tue, 09 Dec 2008)
New Revision: 13487

Modified:
   cs/cigma/trunk/src/DataPath.cpp
   cs/cigma/trunk/src/DataPath.h
Log:
DataPath constructor

Modified: cs/cigma/trunk/src/DataPath.cpp
===================================================================
--- cs/cigma/trunk/src/DataPath.cpp	2008-12-10 02:12:19 UTC (rev 13486)
+++ cs/cigma/trunk/src/DataPath.cpp	2008-12-10 02:12:20 UTC (rev 13487)
@@ -18,6 +18,10 @@
 
 // ----------------------------------------------------------------------------
 
+DataPath::DataPath()
+{
+}
+
 DataPath::DataPath(std::string p)
 {
     if (p != "")

Modified: cs/cigma/trunk/src/DataPath.h
===================================================================
--- cs/cigma/trunk/src/DataPath.h	2008-12-10 02:12:19 UTC (rev 13486)
+++ cs/cigma/trunk/src/DataPath.h	2008-12-10 02:12:20 UTC (rev 13487)
@@ -8,6 +8,7 @@
 {
 public:
     
+    DataPath();
     DataPath(std::string p);
     DataPath(const DataPath& dp);
     DataPath& operator=(const DataPath& dp);



More information about the CIG-COMMITS mailing list