From afd4c8228b28257336ad45a871bae38e0f6fb9c6 Mon Sep 17 00:00:00 2001 From: ana Date: Mon, 21 Apr 2014 18:00:58 +0400 Subject: [PATCH] win32 compatibility --- src/SIGNALSComponent/SIGNALSComponent_Impl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SIGNALSComponent/SIGNALSComponent_Impl.cxx b/src/SIGNALSComponent/SIGNALSComponent_Impl.cxx index 0930dc1..8141c7c 100755 --- a/src/SIGNALSComponent/SIGNALSComponent_Impl.cxx +++ b/src/SIGNALSComponent/SIGNALSComponent_Impl.cxx @@ -88,9 +88,9 @@ CORBA::Long SIGNALSComponent_Impl::SIGSEGVfunc() { #else Sleep(S*1000); #endif - long nullptr = *NULLPTR ; + long _nullptr = *NULLPTR ; endService( " SIGNALSComponent_Impl::SIGSEGVfunc" ); - return nullptr ; + return _nullptr ; } CORBA::Long SIGNALSComponent_Impl::SIGFPEfunc( CORBA::Long a , CORBA::Long b ) { -- 2.39.2