certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/libRTI RTI1516HandleImplementation.h RTI1...


From: certi-cvs
Subject: [certi-cvs] certi/libRTI RTI1516HandleImplementation.h RTI1...
Date: Fri, 04 Jun 2010 21:01:43 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Petr Gotthard <gotthardp>       10/06/04 21:01:42

Modified files:
        libRTI         : RTI1516HandleImplementation.h 
                         RTI1516ambassadorFactory.cpp 

Log message:
        Fixed windows' errors and warnings.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libRTI/RTI1516HandleImplementation.h?cvsroot=certi&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/certi/libRTI/RTI1516ambassadorFactory.cpp?cvsroot=certi&r1=1.3&r2=1.4

Patches:
Index: RTI1516HandleImplementation.h
===================================================================
RCS file: /sources/certi/certi/libRTI/RTI1516HandleImplementation.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- RTI1516HandleImplementation.h       31 May 2010 09:33:25 -0000      1.2
+++ RTI1516HandleImplementation.h       4 Jun 2010 21:01:42 -0000       1.3
@@ -154,3 +154,4 @@
 }
 
 #endif // RTI_HandleImplementation_h
\ No newline at end of file
+

Index: RTI1516ambassadorFactory.cpp
===================================================================
RCS file: /sources/certi/certi/libRTI/RTI1516ambassadorFactory.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- RTI1516ambassadorFactory.cpp        2 Jun 2010 06:55:48 -0000       1.3
+++ RTI1516ambassadorFactory.cpp        4 Jun 2010 21:01:42 -0000       1.4
@@ -196,7 +196,7 @@
 #if defined(RTIA_USE_TCP)
        if (p_ambassador->privateRefs->socketUn->acceptUN(10*1000) == -1) {
 #ifdef _WIN32
-               TerminateProcess(p_ambassdor->privateRefs->handle_RTIA, 0);
+               TerminateProcess(p_ambassador->privateRefs->handle_RTIA, 0);
 #else
                kill(p_ambassador->privateRefs->pid_RTIA, SIGINT );
 #endif



reply via email to

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