ometah-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[oMetah-devel] ometah/problem itsProblem.cpp


From: Walid TFAILI
Subject: [oMetah-devel] ometah/problem itsProblem.cpp
Date: Mon, 07 Feb 2005 08:07:43 -0500

CVSROOT:        /cvsroot/ometah
Module name:    ometah
Branch:         
Changes by:     Walid TFAILI <address@hidden>   05/02/07 13:07:43

Modified files:
        problem        : itsProblem.cpp 

Log message:
        add #include "itsProblem.hpp"

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/ometah/ometah/problem/itsProblem.cpp.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: ometah/problem/itsProblem.cpp
diff -u ometah/problem/itsProblem.cpp:1.1 ometah/problem/itsProblem.cpp:1.2
--- ometah/problem/itsProblem.cpp:1.1   Fri Feb  4 14:25:56 2005
+++ ometah/problem/itsProblem.cpp       Mon Feb  7 13:07:43 2005
@@ -23,8 +23,9 @@
 */
 
 #include <string>
+#include "itsProblem.hpp"
 
-
+//! the default constructor
 itsProblem::itsProblem()
 {
   this->name = "";
@@ -90,5 +91,3 @@
   // return only the string
   return msg.str();  
 }
-
-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]