certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/libRTI RTI1516exception.cpp


From: CERTI CVS commits
Subject: [certi-cvs] certi/libRTI RTI1516exception.cpp
Date: Wed, 01 Feb 2012 16:25:36 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      12/02/01 16:25:36

Modified files:
        libRTI         : RTI1516exception.cpp 

Log message:
        Remove unnecessary CERTI specific method

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libRTI/RTI1516exception.cpp?cvsroot=certi&r1=1.1&r2=1.2

Patches:
Index: RTI1516exception.cpp
===================================================================
RCS file: /sources/certi/certi/libRTI/RTI1516exception.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- RTI1516exception.cpp        28 Apr 2010 18:48:30 -0000      1.1
+++ RTI1516exception.cpp        1 Feb 2012 16:25:35 -0000       1.2
@@ -23,18 +23,10 @@
                return *this;
        }
 
-namespace certi
-{
-       const std::wstring displayRTIexception(rti1516::Exception const &e)
-       {
-               return e.what();
-       }
-}
-
        std::wostream & 
        operator << (std::wostream &stream, Exception const &e)
        {
-               return stream << certi::displayRTIexception(e) << std::endl;
+               return stream << e.what() << std::endl;
        }
 
 



reply via email to

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