summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorburet2007-07-24 14:26:24 +0000
committerburet2007-07-24 14:26:24 +0000
commit9d4263538966767604988e47f1a842349d5c0224 (patch)
tree28ad8edc04366b3e0fe4aab978c292252791e092
parent901f871f256680b867cf8910867f86e3d21ac7ed (diff)
Maximus function call: enable to receive function SCI message without callback
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@523 017c9cb6-072f-447c-8318-d5b54f68fe89
-rw-r--r--maximus/functioncall/src/FunctionSciMsg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/maximus/functioncall/src/FunctionSciMsg.cpp b/maximus/functioncall/src/FunctionSciMsg.cpp
index d70eaafd45..2e386513fa 100644
--- a/maximus/functioncall/src/FunctionSciMsg.cpp
+++ b/maximus/functioncall/src/FunctionSciMsg.cpp
@@ -362,7 +362,7 @@ bool FunctionSciMsg::identifyCallbackName ( )
}
else
{
- throw Error("FunctionSciMsg::identifyCallbackName", "Specialized SCI msg data pointer is NULL");
+ clog << "\tno callback name" << mFunctionName << endl;
}
}
@@ -462,7 +462,7 @@ bool FunctionSciMsg::identifyCallbackParameters ( )
}
else
{
- throw Error("FunctionSciMsg::identifyCallbackParameters", "Specialized SCI msg data pointer is NULL");
+ clog << "\tno callback parameters" << mFunctionName << endl;
}
return bIdentifyParameters;